http: update page and Polish translation (#14677)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# http
|
||||
|
||||
> HTTPie: an HTTP client designed for testing, debugging, and generally interacting with APIs & HTTP servers.
|
||||
> HTTPie: an HTTP client designed for testing, debugging, and generally interacting with APIs and HTTP servers.
|
||||
> More information: <https://httpie.io/docs/cli/usage>.
|
||||
|
||||
- Make a simple GET request (shows response header and content):
|
||||
- Make a simple GET request (shows response headers and content):
|
||||
|
||||
`http {{https://example.org}}`
|
||||
`http {{https://example.com}}`
|
||||
|
||||
- Print specific output content (`H`: request headers, `B`: request body, `h`: response headers, `b`: response body, `m`: response metadata):
|
||||
- Print specific parts of the content (`H`: request headers, `B`: request body, `h`: response headers, `b`: response body, `m`: response metadata):
|
||||
|
||||
`http --print {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}`
|
||||
|
||||
|
Reference in New Issue
Block a user