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

Support for HTTP2 and HTTP3 #2

Closed
dmdhrumilmistry opened this issue Oct 10, 2024 · 8 comments
Closed

Support for HTTP2 and HTTP3 #2

dmdhrumilmistry opened this issue Oct 10, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@dmdhrumilmistry
Copy link
Contributor

Reference: OWASP/OFFAT#116 (comment)

@dr4g0n369
Copy link

Thanks for assigning this issue to me. I will start working on http2 first and then add http3.

@dmdhrumilmistry
Copy link
Contributor Author

Thanks for assigning this issue to me. I will start working on http2 first and then add http3.

Sounds good! LMK if you have any queries related to implementation

@dr4g0n369
Copy link

I have implemented HTTP/2 using net/http and opened a PR. Please check it to view the changes and let me know if I need to make any changes.

@dmdhrumilmistry
Copy link
Contributor Author

I have implemented HTTP/2 using net/http and opened a PR. Please check it to view the changes and let me know if I need to make any changes.

Merged 🥳

@dr4g0n369
Copy link

Thanks so much
That was my first PR 🥳😁

@dmdhrumilmistry
Copy link
Contributor Author

Thanks so much That was my first PR 🥳😁

Thanks for contributing to the project!

@dmdhrumilmistry dmdhrumilmistry added the enhancement New feature or request label Oct 19, 2024
@dr4g0n369
Copy link

dr4g0n369 commented Oct 23, 2024

I have implemented HTTP/3 using quic-go. Please see if any changes are needed.

@dmdhrumilmistry
Copy link
Contributor Author

Thanks for the contribution 🥳. I've merged the PR. Closing this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants