Module network

Source
Expand description

Functions used by other modules for network access

Functionsยง

encode_string
Applies basic encoding for use as an argument for a URL
get_raw_html
Returns the raw HTML of a given URL wraped in an Result.
unescape_string
Returns a String with common escaped characters unescaped.