| Action | Description |
|---|---|
| Network.fetch | Submits a HTTP request to a server and returns the initial response. |
| Network.fetchBody | Processes the body of a HTTP response. |
| Network.fetchBytes | Submits a HTTP request to a server and returns the response as bytes. |
| Network.fetchFile | Submits a HTTP request to a server and writes the response to the disk. |
| Network.fetchJson | Submits a HTTP request to a server and returns the response in JSON format. |
| Network.fetchText | Submits a HTTP request to a server and returns the response in text format. |