ahmadnassri / app-restconsole

HTTP Client and Request Visualizer and Constructor tool, helps developers build, debug and test RESTful APIs
243 stars 60 forks source link

How can I send a newline in a Request Payload? #91

Open danaic opened 11 years ago

danaic commented 11 years ago

How can I send a newline in Request Payload (in either RAW Body, or Request Parameters)? Is there some way to escape a binary/ASCII value, or some way to escape the \r and \n?