Module http

Source
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.