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
With --output user can download response to file system. Implementing --max-filesize can help preventing download of too big files.
The text was updated successfully, but these errors were encountered:
when will you review my code?
Sorry, something went wrong.
you need to sign your commits
if the max filesize is reached, Hurl should probably exit in error to be consistent with curl.
$ curl --max-filesize 10 https://hurl.dev curl: (63) Maximum file size exceeded $ echo $? 63
Fixed by #2468
Successfully merging a pull request may close this issue.
With --output user can download response to file system. Implementing --max-filesize can help preventing download of too big files.
The text was updated successfully, but these errors were encountered: