function Http.delete
function Http.download
Downloads a file from a URL to a local path.
If both
integrity and sha256 are specified, integrity takes precedence.
The checksum is verified in a streaming fashion during download.
function Http.get
function Http.patch
function Http.post
function Http.put
function Http.query
QUERY (RFC 10008): a safe, idempotent read whose parameters travel in the request body rather than the URI — for reads whose input is too large or too structured for a query string.
