Module http

Source

Functions§

http_get
Performs an HTTP GET request and returns the raw response. Unlike the variations in download.rs, no progress – but it works on native and web.
http_post
Performs an HTTP POST request and returns the response.