Skip to content

Add a URL module to implement standardized URL processing for HTTP request targets #168

@rdw-software

Description

@rdw-software

Can probably port the one from NodeJS: https://nodejs.org/api/url.html#the-whatwg-url-api

Source: https://github.com/nodejs/node/blob/v19.3.0/lib/url.js

Some of the more esoteric features (internationalization) may not be very useful here. I'm mostly interested in the test cases, really.

Roadmap:

  • Port the existing test cases from NodeJS
  • Port the NodeJS implementation
  • Streamline interfaces where necessary (should be idiomatic)

Required for #137

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions