Package: @effect/platform Module: Url
@effect/platform
Url
Updates the protocol (e.g., http, https).
http
https
Signature
declare const setProtocol: { (protocol: string): (url: URL) => URL; (url: URL, protocol: string): URL; }
Source
Since v1.0.0