Results for “Std.Http.Message.MessageError”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Message.MessageError
What stopped a message from being read.
- Std.Http.Message.checkLength
&Array[(Str, Str)] -> Str -> Result[(), Std.Http.Message.MessageError]Whether a message's declared length matches the body it carried.
- Std.Http.Message.decodeChunkedBytes
&Bytes -> Int -> Result[Bytes, Std.Http.Message.MessageError]Remove chunk framing in octets, refusing truncated or malformed data.
- Std.Http.Message.explain
&Std.Http.Message.MessageError -> StrA reader's failure explained in the terms a caller can report.
- Std.Http.Message.parseHead
Str -> Result[Std.Http.Request, Std.Http.Message.MessageError]A request read from text where the head has already been separated from the body.
- Std.Http.Message.parseRequest
Str -> Result[Std.Http.Request, Std.Http.Message.MessageError]A request read from the text a connection carried.
- Std.Http.Message.parseResponse
Str -> Result[Std.Http.Response, Std.Http.Message.MessageError]A response read from the text a connection carried.
