Expand description
HTTP client primitives.
GET, POST, and HTML-to-text fetching built on reqwest.
Structs§
- Http
Options - Options for HTTP requests.
- Http
Response - HTTP response.
Enums§
- Http
Error - HTTP errors.
Functions§
- fetch_
html - Fetch a URL and convert HTML to readable plain text.
Non-HTML content is returned as-is. Truncated to
max_chars. - get
- Send a GET request.
- post
- Send a POST request with a string body.