HttpResponse.setStatusText

Sets the status text of the response.

struct HttpResponse
setStatusText
(
string statusText
)

Parameters

statusText string

The status text.

Return Value

The response object, for method chaining.

Meta