--- title: http package description: > The `http` package provides functions for transferring data using HTTP protocol. menu: flux_v0_ref: name: http parent: experimental identifier: experimental/http weight: 21 cascade: flux/v0/tags: [http] introduced: 0.39.0 deprecated: 0.173.0 --- The `http` package provides functions for transferring data using HTTP protocol. Import the `experimental/http` package: ```js import "experimental/http" ``` {{% warn %}} #### Deprecated This package is deprecated in favor of [`requests`](/flux/v0/stdlib/http/requests/). {{% /warn %}} ## Functions {{< children type="functions" show="pages" >}} ## Packages {{< children show="sections" >}}