Structs§
- Response
- An HTTP response
Enums§
- Http
Error - HTTP errors
Functions§
- header_
map_ to_ string - Encode a header map as a string.
- request
- Send an HTTP request.
The function returns a
Response
object, that includes the status, as well as methods to access the headers and the body. - send_
request - Send an HTTP request and get a fully formed HTTP response.
- string_
to_ header_ map - Decode a header map from a string.