Available on crate features
clients or servers only.Expand description
Structs§
- Request
- A request that came from either a TCP/UDP source.
- Response
- Just a generic response on an L4 Layer.
Enums§
- Endianness
- The endianness of a particular number coming in over the network.
- Nagle
Guard - Nagle guard is what determines when a packet “begins”, and “ends”.
Traits§
- FromRef
- Used to do reference-to-value conversions thus not consuming the input value.
- From
Request - Extract any value from a Request, finalizing it.
- From
Request Parts - Extract any value from a Request, allowing more people to keep using it.
- Into
Response - A blanket trait to implement into a full response.
- Post
Nagle FnTy - A function type that can be used to convert data right before sending it out.
- PreNagle
FnTy - A function type that can be used to convert before passing onto nagle.