mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 03:52:09 +03:00
Update README.md
This commit is contained in:
parent
83bd47bc62
commit
5bf318a58d
@ -481,7 +481,6 @@ Option | Description
|
|||||||
`-i, --include` | Include the HTTP headers in the output (last entry).
|
`-i, --include` | Include the HTTP headers in the output (last entry).
|
||||||
`--interactive` | Stop between requests. This is similar to a break point, You can then continue (Press C) or quit (Press Q).
|
`--interactive` | Stop between requests. This is similar to a break point, You can then continue (Press C) or quit (Press Q).
|
||||||
`--json <file>` | Write full session(s) to a json file. The format is very closed to HAR format. If the json file already exists, the file will be updated with the new test results.
|
`--json <file>` | Write full session(s) to a json file. The format is very closed to HAR format. If the json file already exists, the file will be updated with the new test results.
|
||||||
|
|
||||||
`--k, --insecure` | This option explicitly allows Hurl to perform "insecure" SSL connections and transfers.
|
`--k, --insecure` | This option explicitly allows Hurl to perform "insecure" SSL connections and transfers.
|
||||||
`-L, --location` | Follow redirect. You can limit the amount of redirects to follow by using the `--max-redirs` option.
|
`-L, --location` | Follow redirect. You can limit the amount of redirects to follow by using the `--max-redirs` option.
|
||||||
`-m, --max-time <seconds>` | Maximum time in seconds that you allow a request/response to take. This is the standard timeout. See also `--connect-timeout` option.
|
`-m, --max-time <seconds>` | Maximum time in seconds that you allow a request/response to take. This is the standard timeout. See also `--connect-timeout` option.
|
||||||
|
Loading…
Reference in New Issue
Block a user