@stryke/http 0.5.3 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/url-builder.d.ts +2 -2
- package/package.json +1 -1
package/dist/url-builder.d.ts
CHANGED
|
@@ -69,9 +69,9 @@ export declare class StormURLBuilder {
|
|
|
69
69
|
*/
|
|
70
70
|
withPassword(password: string): StormURLBuilder;
|
|
71
71
|
/**
|
|
72
|
-
* Set the
|
|
72
|
+
* Set the host of the URL
|
|
73
73
|
*
|
|
74
|
-
* @param
|
|
74
|
+
* @param host - The host to set
|
|
75
75
|
* @returns The URL builder
|
|
76
76
|
*/
|
|
77
77
|
withHost(host: string | ParsedHost): StormURLBuilder;
|