--- 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/v2.0/reference/flux/functions/http/ - /influxdb/v2.0/reference/flux/stdlib/http/ - /influxdb/cloud/reference/flux/stdlib/http/ menu: flux_0_x_ref: name: http parent: Standard library weight: 11 flux/v0.x/tags: [functions, http, package] introduced: 0.39.0 --- The Flux `http` package provides functions for transferring data using the HTTP protocol. Import the `http` package: ```js import "http" ``` ## Functions {{< children type="functions" show="pages" >}}