Update http_client.c

Add the '-B Header bypass' parameter description in the Usage of http_client
This commit is contained in:
Saigut 2023-08-11 10:06:09 +08:00 committed by GitHub
parent c7dfaca894
commit dc9a1de762
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"