HttpResponse.toBytes

Converts this response to a byte array in HTTP format.

struct HttpResponse
ubyte[]
toBytes
()

Return Value

Type: ubyte[]

A byte array containing the response content.

Meta