Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI: re-implementing host parser #603

Open
3 tasks
the-moisrex opened this issue Feb 3, 2025 · 0 comments
Open
3 tasks

URI: re-implementing host parser #603

the-moisrex opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
API Change Users will need to interact with the API, so API needs to stay as clear as possible.

Comments

@the-moisrex
Copy link
Owner

Implement host parser and replace it with the current authority piece parser.

Possible Optimizations:

  • Is Ascii
  • Percent-Decode on the fly
  • 255-length Stack Buffer on-non-ascii character shows up (not a good idea?)
@the-moisrex the-moisrex added the API Change Users will need to interact with the API, so API needs to stay as clear as possible. label Feb 3, 2025
@the-moisrex the-moisrex self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Change Users will need to interact with the API, so API needs to stay as clear as possible.
Projects
Status: No status
Development

No branches or pull requests

1 participant