Call GET, and return response content.
This is the simplest case, when all you need is the response body and have no parameters.
Buffer!ubyte which you can use as ForwardRange or DirectAccessRange, or extract data with .data() method.
See Implementation
Call GET, and return response content.
This is the simplest case, when all you need is the response body and have no parameters.