Expand description
ยงHTTP module.
Structsยง
- 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. - 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. - Retrieves the text contents of URL using HTTP GET request.
- Retrieves the binary contents of URL using HTTP GET request.