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
Make --connect-timeout configurable per request:
--connect-timeout
GET https://foo.bin [Options] connect-timeout: 500s HTTP 200
Note: there is a bug in the man page where connect-timeoutis not marked as cli-only
connect-timeout
The text was updated successfully, but these errors were encountered:
Hi, I would like to work in this. I'm not very familiar with rust but still wanna give it a try. Where should I look in the project? Thanks.
Sorry, something went wrong.
Hi @aarcex3, you can have a look how another option was implemented such as #2288 make sure also to read https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md
feat: add connect-timeout option per request
59036a9
Added a connect-timeout option to allow users to specify a connect-timeout for each request in a hurl file. Closes Orange-OpenSource#3163
cbbf1ae
a3e9b1a
d7fe231
Successfully merging a pull request may close this issue.
Make
--connect-timeout
configurable per request:The text was updated successfully, but these errors were encountered: