Skip to content

Commit

Permalink
Update applications-protocol-http.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucie-dubrunfaut authored Dec 19, 2024
1 parent 78ac172 commit 5b84500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ All available options for each service template are listed below:
| --header | Set HTTP headers(multiple option). Example: --header='Content-Type: xxxxx'. |
| --post-param | Set POST params (multiple option. Example: --post-param='key=value'). |
| --cookies-file | Save cookies in a file (example: '/tmp/lwp\_cookies.dat'). |
| --unknown-status | Unknown conditions for http response code (default: '%\\{http_code\\} \< 200 or %\\{http_code\\} \>= 300'). |
| --unknown-status | Unknown conditions for http response code (default: '%\{http_code\} \< 200 or %\{http_code\} \>= 300'). |
| --warning-status | Warning conditions for http response code. |
| --critical-status | Critical conditions for http response code. |
| --extra-stats | Add detailed time statistics (only with curl backend). |
Expand Down

0 comments on commit 5b84500

Please sign in to comment.