vim-http-client
vim-http-client copied to clipboard
Newlines in form Key Value pairs
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