Module http_req::response

source ·
Expand description

parsing server response

Structs§

  • Wrapper around HashMap<Ascii, 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 e inside slice data. Returns position of the end of first match.