vim-http-client icon indicating copy to clipboard operation
vim-http-client copied to clipboard

Newlines in form Key Value pairs

Open hiansh opened this issue 10 years ago • 0 comments

How do I add newline characters to the form encoded requests?

I am trying something along the following lines

# Form-encoded data.
POST http://httpbin.org/post
X-Custom-Header: four
request=val \n containing \n newline \n characters

hiansh avatar May 13 '15 10:05 hiansh