--- title: Flux experimental http package list_title: http package description: > The Flux experimental HTTP package provides functions for transferring data using HTTP protocol. Import the `experimental/http` package. aliases: - /influxdb/v2.0/reference/flux/stdlib/experimental/http/ - /influxdb/cloud/reference/flux/stdlib/experimental/http/ menu: flux_0_x_ref: name: http identifier: http-exp parent: experimental weight: 301 flux/v0.x/tags: [functions, http, package] introduced: 0.39.0 --- The Flux experimental HTTP package provides functions for transferring data using HTTP protocol. Import the `experimental/http` package: ```js import "experimental/http" ``` ## Functions {{< children type="functions" show="pages" >}}