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

Improve keep-alive and implement common response wrappers #98

Merged
merged 23 commits into from
Sep 29, 2024
Merged

Conversation

JoshCap20
Copy link
Owner

  • Better keep-alive handling with responses containing Connection headers
  • Add response wrappers for common use cases: create_redirect_response(), ...

Closes #62, closes #96, closes #97

@JoshCap20 JoshCap20 added this to the v1.2 milestone Sep 29, 2024
@JoshCap20
Copy link
Owner Author

Issues mainly related to different header order (HTTP/1.1 says header order doesnt matter), so will create a helper method that parsed the response and checks all information is there but order doesnt matter

@JoshCap20 JoshCap20 merged commit a6833c9 into main Sep 29, 2024
3 checks passed
@JoshCap20 JoshCap20 deleted the http-impl branch September 29, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create HTTP Response construction wrappers Handle support for redirects Improve keep-alive handling
1 participant