The OpenD Programming Language

getContent

Call GET, and return response content.

This is the simplest case, when all you need is the response body and have no parameters.

Return Value

Type: auto ref

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

Meta