Module deltachat::net::http

source ยท
Expand description

ยงHTTP module.

Structsยง

Functionsยง

  • get_http_sender ๐Ÿ”’
  • 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.