getContent

Call GET, with parameters, and return response content.

args = QueryParam[] of parameters.

Return Value

Type: auto ref

Buffer!ubyte which you can use as ForwardRange or DirectAccessRange, or extract data with .data() method.

Meta