[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [Bug-Wget] Add some documentation
From: |
Ander Juaristi |
Subject: |
Re: [Bug-wget] [Bug-Wget] Add some documentation |
Date: |
Sun, 08 Mar 2015 14:41:44 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 03/06/2015 05:35 PM, Darshit Shah wrote:
Can someone please take a look at the language and see if it is clear enough?
I would add an extra line emphasizing the fact that the post data is always
sent as-is.
Editing your patch inline:
+When sending a POST request using the @samp{--post-file} option, Wget treats
+the file as a binary file and will send every character in the POST request
without making modifications.
+This includes any control characters such as a newline or formfeed character.
+
When writing documentation, repeating important aspects is usually a Good Thing.
--
Regards,
- AJ