asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Allow JSON body in HTTP GET request #62

Closed braydenjw closed 5 years ago

braydenjw commented 5 years ago

Although it is unusual for an API to use GET methods with a body, I don't believe it's against the HTTP spec.

https://tools.ietf.org/html/rfc2616#section-9.3

I came across an interface that required the GET method with a JSON body, so I modified this library to support it.