Results for “Std.Http.Status”
11 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Status
A response status: its number and the reason given with it.
- Std.Http.status
Int -> Std.Http.StatusA status built from its number, with the reason the protocol gives.
- Std.Http.allowsBody
&Std.Http.Status -> BoolWhether a status is defined to carry no body, whatever the headers say.
- Std.Http.isClientError
&Std.Http.Status -> BoolWhether a status blames the caller.
- Std.Http.isError
&Std.Http.Status -> BoolWhether a status reports any kind of failure.
- Std.Http.isInformational
&Std.Http.Status -> BoolWhether a status reports a provisional response.
- Std.Http.isRedirect
&Std.Http.Status -> BoolWhether a status asks the caller to look elsewhere.
- Std.Http.isServerError
&Std.Http.Status -> BoolWhether a status blames the server.
- Std.Http.isSuccess
&Std.Http.Status -> BoolWhether a status reports success.
- Std.Http.keepsMethodOnRedirect
&Std.Http.Status -> BoolThe status a redirect answers with, and whether the method must be kept.
- Std.Http.renderStatusLine
&Std.Http.Status -> StrA response's first line, as the protocol writes it.
