Skip to content

feat(http): implement support for headers and url params objects in http #2417

@jeffbcross

Description

@jeffbcross

The constructors for Headers and UrlSearchParams have already been implemented to near-spec (Headers, UrlSearchParams) in PR #2360, but have not been incorporated into the request process. These should be incorporated in such a way that a dictionary or fully-constructed object of each type can be attached to request options passed to http, and will properly be attached to the outgoing request (headers), or serialized into the url string (params).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions