We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: Unsupported HTTP version | ^^^^^^^^^^^^^^^^^ HTTP/2 is not supported, check --version
> echo -n "GET https://google.fr`nHTTP 301" | hurl --test --http2
-: Running [1/1] -: Success (1 request(s) in 118 ms) -------------------------------------------------------------------------------- Executed files: 1 Succeeded files: 1 (100.0%) Failed files: 0 (0.0%) Duration: 122 ms
hurl --version
Add vcpkg libcurl http2 feature
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the current bug behavior?
Steps to reproduce
What is the expected correct behavior?
Execution context
hurl --version
): 4.2.0-SNAPSHOTPossible fixes
Add vcpkg libcurl http2 feature
The text was updated successfully, but these errors were encountered: