elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
381 stars 134 forks source link

Fix proxy reqs with body #123

Closed spalger closed 8 years ago

spalger commented 8 years ago

There is currently an issue that prevents non-GET requests to the proxy from having a body, because req.proxy() requires that the payload not be parsed, and be left a stream.