mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 09:35:43 +02:00
http: update page (#13537)
Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
db25f60eb1
commit
ac7533f7b3
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
`http --print {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}`
|
`http --print {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}`
|
||||||
|
|
||||||
- Specify the HTTP method when sending a request:
|
- Specify the HTTP method when sending a request and use a proxy to intercept the request:
|
||||||
|
|
||||||
`http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} {{https://example.com}}`
|
`http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} --proxy {{http|https}}:{{http://localhost:8080|socks5://localhost:9050|...}} {{https://example.com}}`
|
||||||
|
|
||||||
- Follow any `3xx` redirects and specify additional headers in a request:
|
- Follow any `3xx` redirects and specify additional headers in a request:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue