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