Module response

Module response 

Source
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
StatusCode
Code sent by a server in response to a client’s request.

Functions§

find_slice
Finds elements slice e inside slice data. Returns position of the end of first match.