]> granicus.if.org Git - curl/commit
tool: New option --data-raw to HTTP POST data, '@' allowed.
authorAnthony Avina <aavina2@gmail.com>
Sat, 25 Apr 2015 18:49:39 +0000 (14:49 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 25 Apr 2015 18:51:14 +0000 (14:51 -0400)
commit6a7261359b4c7ebddff0c096468047077e7d06ef
tree47eb925df798f22e2e52b8ca0f79159c035e2505
parentf1e0a0aae714006766b2b1fddbd1f8192dbc933a
tool: New option --data-raw to HTTP POST data, '@' allowed.

Add new option --data-raw which is almost the same as --data but does
not have a special interpretation of the @ character.

Prior to this change there was no (easy) way to pass the @ character as
the first character in POST data without it being interpreted as a
special character.

Bug: https://github.com/bagder/curl/issues/198
Reported-by: Jens Rantil
docs/curl.1
src/tool_getparam.c
src/tool_help.c