You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for the new http+unix and https+unix schemes
Motivation:
We can now not only make connections over sockets using the existing unix: baseURL approach, but also by %-escaping the socket path as the URL's hostname, and using the http+unix: or https+unix: schemes for plain HTTP or HTTP over TLS support.
Modifications:
Added references to the new url schemes where necessary, aand added a missingSocketPath error for when the socket path is not encoded as the hostname.
Result:
The tests now pass, and connections can be made over non-special URLs, supporting TLS if necessary.
0 commit comments