Results for “Std.Http.Server.Socket.Frame”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.Socket.Frame
One frame read off a connection: what it is, whether it completes a
- Std.Http.Server.Socket.completes
&Std.Http.Server.Socket.Frame -> BoolWhether a frame completes the message it belongs to.
- Std.Http.Server.Socket.decode
&Bytes -> Int -> Result[(Std.Http.Server.Socket.Frame, Int), Std.Http.Server.Socket.SocketError]The frame at the start of these bytes, and how many bytes it used.
- Std.Http.Server.Socket.isControl
&Std.Http.Server.Socket.Frame -> BoolWhether a frame is one the protocol handles rather than the program.
- Std.Http.Server.Socket.messageOf
&Std.Http.Server.Socket.Frame -> Result[Std.Http.Server.Socket.Message, Std.Http.Server.Socket.SocketError]What a frame means, once it is whole.
