wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)


From: Darshit Shah
Subject: Re: [Wget-dev] wget2 | Unknown option '--rejected-log' (#435)
Date: Mon, 29 Apr 2019 14:30:12 +0000



Actually,

```
body-data
body-file
method
```

all three need to be a single issue. They are closely related and need to be 
implemented simultaneously.

Also @rockdaboot these options don't generate any data, but rather pass the 
input string as-is in the request body. This way it is not limited to HTTP POST 
requests using the `form` mechanism, but the user can send whatever data they 
like. Even binary (which is useful for some `PUT` and `POST` operations).

One thing that Wget 1.x can't do is handle anything but form style data. Adding 
curl like support for other content-types would be a nice thing to have

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/435#note_165231491
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]