Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use clearer class name in HTTP client
We create our own special HTTP request subclass in order to send a GET request without reading the body but the class name misleadingly says it is without response (which isn't true). Rename the class to GetWithoutBody which hopefully makes this a little clearer.
- Loading branch information