mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-28 07:13:28 +00:00

* src/wget_options.h (config): Added method, body_data, body_file * src/options.c (options): Added --method, --body-data, --body-file handling * src/wget_job.h (JOB): New variable bool redirect_get * src/wget.c (http_create_request): Added support for user provided HTTP method and request body (process_response_header): Set redirect_get to TRUE for 30x response codes * tests/test-redirection.c: Added test for redirection with --method=POST * docs/wget2.md: Removed [unimplemented-option] for --method, --body-data, --body-file