mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* docs/wget2_manual.md: Amend description of user/password options * docs/wget2_manual.md: Add new param to wget_http_add_credentials() * libwget/http.c (wget_http_parse_response_header): Add Proxy-Authenticate HTTP header, (wget_http_add_credentials): Add Proxy-Authorization HTTP header, (_on_header_callback): Add Proxy-Authenticate HTTP header * libwget/http_highlevel.c: Amend call to wget_http_add_credentials() * src/job.c (job_free): Free proxy_challenges * src/options.c: Add --http-proxy-password and --http-proxy-user * src/wget.c (process_response_header): Add status code 407, (_add_authorize_header): New function, (http_create_request): Use _add_authorize_header() * src/wget_job.h: Add JOB.proxy_challenges * src/wget_options.h: Add config.http_proxy_username and config.http_proxy_password * unit-tests/test.c: Amend call to wget_http_add_credentials()