--- title: Flux HTTP package list_title: HTTP package description: > The Flux HTTP package provides functions for transferring data using the HTTP protocol. Import the `http` package. aliases: - /influxdb/cloud/reference/flux/functions/http/ menu: influxdb_cloud_ref: name: HTTP parent: Flux standard library weight: 202 influxdb/v2.0/tags: [functions, http, package] --- The Flux HTTP package provides functions for transferring data using the HTTP protocol. Import the `http` package: ```js import "http" ``` {{< children type="functions" show="pages" >}}