The current implementation just silently drops request bodies attached to GET requests inheriting the behavior of Hyper. I'm not against the fact that we don't support bodies on GET requests, but it can be a pretty big gotcha when most SDKs default to GET requests.
The current implementation just silently drops request bodies attached to GET requests inheriting the behavior of Hyper. I'm not against the fact that we don't support bodies on GET requests, but it can be a pretty big gotcha when most SDKs default to GET requests.