wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Enabled request body for GET method (to help develop against elasticsearch) #49

Closed namero999 closed 8 years ago

namero999 commented 8 years ago

Hello, I've created this patch to enable the request body panel for GET requests as well. Although per specification, request body for GETs is semantically void and servers are supposed to ignore it, it's not out of standard to send such requests.

As a matter of fact, the popular search server elasticsearch uses such feature https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html