Differences From Artifact [ed88980c09]:
- File
utils/ofhttp/lang/de.json
— part of check-in
[9c506fc995]
at
2020-03-22 15:51:59
on branch trunk
— ofhttp: Print the HTTP status code on error
Without this, there would be no indication of the error when using -q. (user: js, size: 4154) [annotate] [blame] [check-ins using]
To Artifact [9f2302952b]:
- File utils/ofhttp/lang/de.json — part of check-in [aac504a7bc] at 2020-03-25 21:26:09 on branch trunk — OFHTTPClient: Support for sending chunked body (user: js, size: 4220) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | { "usage": "Benutzung: %[prog] -[cehHmoOPqv] url1 [url2 ...]", "full_usage": [ "Optionen:\n", " -b --body Angegebene Datei als Body übergeben\n", " -c --continue Download von existierender Datei ", "fortsetzen\n", " -f --force Existierende Datei überschreiben\n", " -h --help Diese Hilfe anzeigen\n", " -H --header Einen Header (z.B. X-Foo:Bar) hinzufügen\n", " -m --method HTTP Request-Methode setzen\n", " -o --output Ausgabe-Dateiname angeben\n", | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | { "usage": "Benutzung: %[prog] -[cehHmoOPqv] url1 [url2 ...]", "full_usage": [ "Optionen:\n", " -b --body Angegebene Datei als Body übergeben\n", " (- für Standard-Eingabe)\n", " -c --continue Download von existierender Datei ", "fortsetzen\n", " -f --force Existierende Datei überschreiben\n", " -h --help Diese Hilfe anzeigen\n", " -H --header Einen Header (z.B. X-Foo:Bar) hinzufügen\n", " -m --method HTTP Request-Methode setzen\n", " -o --output Ausgabe-Dateiname angeben\n", |
︙ | ︙ |