mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:22:10 +02:00
http: update Dutch translation (#13565)
This commit is contained in:
parent
89a4181905
commit
b25d63ea47
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}}`
|
||||||
|
|
||||||
- Specificeer de HTTP-methode bij het verzenden van een aanvraag:
|
- Specificeer de HTTP-methode bij het verzenden van een aanvraag en gebruik een proxy om de aanvraag te onderscheppen:
|
||||||
|
|
||||||
`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}}`
|
||||||
|
|
||||||
- Volg eventuele `3xx` redirects en specificeer extra headers in een verzoek:
|
- Volg eventuele `3xx` redirects en specificeer extra headers in een verzoek:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue