http: update page and Polish translation (#14677)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Lena
2024-11-09 17:21:33 +01:00
committed by GitHub
parent 35e2dea034
commit 38f91d3a30
2 changed files with 23 additions and 19 deletions

View File

@@ -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}}`