Expand description
parsing server response
Structs§
- Wrapper around
HashMap<Ascii<String>, String>with additional functionality for parsing HTTP headers - Represents an HTTP response.
- Status of HTTP response
- Code sent by a server in response to a client’s request.
Functions§
- Finds elements slice
einside slicedata. Returns position of the end of first match.