httpie: update German translation; http: add German translation, update page (#13640)

This commit is contained in:
Juri Dispan
2024-09-12 08:12:02 +02:00
committed by GitHub
parent 8d914003c3
commit 3384312f12
3 changed files with 46 additions and 29 deletions

View File

@@ -31,6 +31,6 @@
`http --session {{session_name|path/to/session.json}} {{--auth username:password https://example.com/auth API-KEY:xxx}}`
- Upload a file to a form (the example below assumes form field is `<input type="file" name="cv" />`):
- Upload a file to a form (the example below assumes that the form field is `<input type="file" name="cv" />`):
`http --form {{POST}} {{https://example.com/upload}} {{cv@path/to/file}}`