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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Consolidate functions for generating URI to a single exposed function
Moves `getHeaderFromArray()`, `marshalHostAndPort()`, and
`marshalIpv6HostAndPort()` into `marshalUriFromSapi()` as anonymous
functions, leaving only `marshalUriFromSapi()` exposed publicly; the
others are simply implementation details of that particular function.
0 commit comments