Skip to content

Conversation

@davidradl
Copy link
Collaborator

Description

This PR adds HTTP 2 support. The http client has been change to use HTTP_2 rather than HTTP_1.1. If the implmentaiton does not support http 2 is will revert to http 1.1 as before.

WireMock does not support http2 so I could not add unit tests for it. I have manually tested that HTTP 1.1 servers and http 2 server both work.

Resolves HTTP177

PR Checklist

@grzegorz8 grzegorz8 changed the title http177 Add http 2 support HTTP-177 Add http 2 support Oct 11, 2025
@grzegorz8 grzegorz8 linked an issue Oct 18, 2025 that may be closed by this pull request
@grzegorz8 grzegorz8 changed the title HTTP-177 Add http 2 support HTTP-177 Add HTTP 2 support Oct 18, 2025
@grzegorz8 grzegorz8 merged commit e832eb1 into getindata:main Oct 18, 2025
3 checks passed
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.

Support HTTP 2 flows

2 participants