Skip to content

Support --header option

Darshit Shah requested to merge gh-861385a6/118/darnir/header-option into master
  • src/options.c: Add new --header option and a new parse_header() parsing function for that
  • src/wget_options.h: Same
  • src/wget.c (http_create_request): Add the user added headers to the HTTP Request
  • src/test-wget-1.c: Add a test for the --header option

Merge request reports