We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b4e57 commit 708ed3fCopy full SHA for 708ed3f
src/create-default-options.ts
@@ -1,5 +1,6 @@
1
import { CreateHttpClientParams, DefaultOptions } from './types'
2
import { AxiosRequestHeaders } from 'axios'
3
+import qs from 'qs'
4
5
// Matches 'sub.host:port' or 'host:port' and extracts hostname and port
6
// Also enforces toplevel domain specified, no spaces and no protocol
0 commit comments