HttpResponse.setStatus

Sets the status of the response.

struct HttpResponse
setStatus
(
ushort status
)

Parameters

status ushort

The status code.

Return Value

The response object, for method chaining.

Meta