---
title: http package
description: The http package provides functions for transferring data using HTTP protocol.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/http/
estimated_tokens: 380
product: Flux
version: v0
---

# http package

-   Flux 0.39.0 – 0.173.0
-   View InfluxDB support

The `http` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

The `http` package provides functions for transferring data using HTTP protocol. Import the `experimental/http` package:

```js
import "experimental/http"
```

#### Deprecated

This package is deprecated in favor of [`requests`](/flux/v0/stdlib/http/requests/).

## Functions

-   [http.get()](/flux/v0/stdlib/experimental/http/get/)

## Packages

### [requests package](/flux/v0/stdlib/experimental/http/requests/)

The `requests` package provides functions for transferring data using the HTTP protocol.

[http](/flux/v0/tags/http/)
