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

HTTP 1.1 Impl #577

Open
7 tasks
Tracked by #580
the-moisrex opened this issue Nov 24, 2024 · 0 comments
Open
7 tasks
Tracked by #580

HTTP 1.1 Impl #577

the-moisrex opened this issue Nov 24, 2024 · 0 comments
Assignees
Labels
API Change Users will need to interact with the API, so API needs to stay as clear as possible. Feature Req New feature or request Impl Related to the implementation of an algorithm Optimization Optimization Research Security Security Bug Strategic Feature An important strategic feature that will require to be accurately implemented

Comments

@the-moisrex
Copy link
Owner

the-moisrex commented Nov 24, 2024

Characteristics

  • Allow for Presumptuous Parsing (branchlessly parsing the input and check for the errors at the end of the parsing).
  • Fully nothrow
  • Serializable + Deserializable Requests
  • Delayed parsing (delay parsing of the header values when you need them)
  • IOService #365
  • Dynamic Router #44
@the-moisrex the-moisrex added API Change Users will need to interact with the API, so API needs to stay as clear as possible. Feature Req New feature or request Impl Related to the implementation of an algorithm Optimization Optimization Research Security Security Bug Strategic Feature An important strategic feature that will require to be accurately implemented labels Nov 24, 2024
@the-moisrex the-moisrex added this to the Working counter app milestone Nov 24, 2024
@the-moisrex the-moisrex self-assigned this Nov 24, 2024
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. Feature Req New feature or request Impl Related to the implementation of an algorithm Optimization Optimization Research Security Security Bug Strategic Feature An important strategic feature that will require to be accurately implemented
Projects
Status: No status
Development

No branches or pull requests

1 participant