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
feat(protocol-http): add uri type and implementation (#4771)
Adds the URI type to types package, and uses it in HttpRequest.
The URI type adds additional properties that didn't exist on Endpoint.
Http handlers were updated to use these new properties when constructing
request URLs. Tests were also added to make sure handlers construct URLs
properly with the new properties.
0 commit comments