[Bug 16135] New: Support for --method and --body-data in wget

bugzilla at busybox.net bugzilla at busybox.net
Thu Jul 25 15:18:55 UTC 2024


https://bugs.busybox.net/show_bug.cgi?id=16135

            Bug ID: 16135
           Summary: Support for --method and --body-data in wget
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: ale5000 at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Please add support for --method and --body-data in wget.

Example:
wget --method=PUT --body-data=<STRING>

Help message of wget outside busybox:
--method=HTTPMethod         use method "HTTPMethod" in the request
--body-data=STRING          send STRING as data. --method MUST be set

Example of methods:
GET
HEAD
POST
PUT
DELETE
OPTIONS
TRACE
PATCH

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list