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
IPv4/IPv6 are not supported in [Options] section for, at least, --proxy. Need to check also --resolve and --connect-to:
[Options]
--proxy
--resolve
--connect-to
HEAD https://hurl.dev [Options] proxy: 127.0.0.1:8080
error: Parsing literal --> -:3:11 | 3 | proxy: 127.0.0.1:8080 | ^ expecting 'line_terminator' |
And IPv6 (with and without bracket notation):
HEAD https://hurl.dev [Options] proxy: [dead:beef:1234:5678:8765:4321:feed:daed]:8080
error: Parsing literal --> -:3:8 | 3 | proxy: [dead:beef:1234:5678:8765:4321:feed:daed]:8080 | ^ expecting 'proxy name' |
HEAD https://hurl.dev [Options] proxy: dead:beef:1234:5678:8765:4321:feed:daed:8080
hurl --version
hurl 4.0.0 libcurl/7.87.0 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1 Features (libcurl): alt-svc AsynchDNS HSTS HTTP2 IPv6 Largefile libz NTLM NTLM_WB SPNEGO SSL UnixSockets Features (built-in): brotli
The text was updated successfully, but these errors were encountered:
fabricereix
Successfully merging a pull request may close this issue.
What is the current bug behavior?
IPv4/IPv6 are not supported in
[Options]
section for, at least,--proxy
. Need to check also--resolve
and--connect-to
:And IPv6 (with and without bracket notation):
Execution context
hurl --version
):The text was updated successfully, but these errors were encountered: