Expand description
ยงHTTP module.
Structsยง
- Response
- HTTP(S) GET response.
Functionsยง
- fetch_
url ๐ - Fetches URL and updates the cache.
- get_
http_ ๐sender - http_
cache_ ๐cleanup - Removes expired cache entries.
- http_
cache_ ๐get - Retrieves the binary from HTTP cache.
- http_
cache_ ๐put - Places the binary into HTTP cache.
- http_
url_ ๐cache_ timestamps - Converts the URL to expiration and stale timestamps.
- post_
empty ๐ - Sends an empty POST request to the URL.
- post_
form ๐ - Sends a POST request with x-www-form-urlencoded data.
- post_
string ๐ - Posts string to the given URL.
- read_
url - Retrieves the text contents of URL using HTTP GET request.
- read_
url_ blob - Retrieves the binary contents of URL using HTTP GET request.