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

Adding HTTP/3 Support #5

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Adding HTTP/3 Support #5

merged 3 commits into from
Oct 23, 2024

Conversation

dr4g0n369
Copy link

Changes made:

  • Implemented NewConfigHttp3() using quic-go in order to return client supporting HTTP/3.
  • Added http3_test.go
  • Moved various structs from http2.go to structs.go

I could not find any way to implement the feature to proxy the HTTP/3 requests so I have added a check so that it is not possible to use proxy with http3 set.

Please let me know if any changes are required. #2

pkg/http/http3.go Outdated Show resolved Hide resolved
pkg/http/http3.go Outdated Show resolved Hide resolved
@dmdhrumilmistry dmdhrumilmistry added the enhancement New feature or request label Oct 23, 2024
@dmdhrumilmistry dmdhrumilmistry merged commit e830147 into owasp-offat:main Oct 23, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants