Update http_client.c (#474)

Add the '-B Header bypass' parameter description in the Usage of http_client
This commit is contained in:
Saigut 2023-09-04 20:48:03 +08:00 committed by GitHub
parent c7dfaca894
commit 8890b98bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@ usage (const char *prog)
" content-type: application/octet-stream and\n"
" content-length\n"
" -K Discard server response\n"
" -B Header bypass\n"
" -I Abort on incomplete reponse from server\n"
" -4 Prefer IPv4 when resolving hostname\n"
" -6 Prefer IPv6 when resolving hostname\n"