tests: GET requests cannot have request body, use POST in rest.py
commitee2a42b447eebacc05ec4238d562b04a9a0d8462
authorWladimir J. van der Laan <laanwj@gmail.com>
Thu, 27 Aug 2015 18:27:12 +0000 (27 20:27 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 2 Sep 2015 16:38:42 +0000 (2 18:38 +0200)
tree59becd12662cb2cefb082ad7fb9c559f9225f7be
parent6e996d39da60006c47ea34e183164cbb4acd8af8
tests: GET requests cannot have request body, use POST in rest.py

Sending a request body with GET request is not valid in HTTP spec, and
not compatible with evhttpd.
qa/rpc-tests/rest.py