Files
wget2/docs
Tim Rühsen 8dc65908ce New options --http-proxy-user and --http-proxy-passord
* 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()
2017-06-13 15:49:26 +02:00
..
2016-03-25 20:03:04 +01:00
2016-03-25 20:03:04 +01:00
2016-01-18 12:31:46 +01:00
2016-07-22 11:33:36 +02:00
2017-01-06 14:23:37 +01:00
2016-01-18 12:31:46 +01:00