49 lines
1.1 KiB
Markdown
49 lines
1.1 KiB
Markdown
---
|
|
title: http package
|
|
description: >
|
|
The `http` package provides functions for transferring data using the HTTP protocol.
|
|
menu:
|
|
flux_v0_ref:
|
|
name: http
|
|
parent: stdlib
|
|
identifier: http
|
|
weight: 11
|
|
cascade:
|
|
|
|
introduced: 0.39.0
|
|
---
|
|
|
|
<!------------------------------------------------------------------------------
|
|
|
|
IMPORTANT: This page was generated from comments in the Flux source code. Any
|
|
edits made directly to this page will be overwritten the next time the
|
|
documentation is generated.
|
|
|
|
To make updates to this documentation, update the comments above the package
|
|
declaration in the Flux source code:
|
|
|
|
https://github.com/influxdata/flux/blob/master/stdlib/http/http.flux
|
|
|
|
Contributing to Flux: https://github.com/influxdata/flux#contributing
|
|
Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
|
|
|
|
------------------------------------------------------------------------------->
|
|
|
|
The `http` package provides functions for transferring data using the HTTP protocol.
|
|
Import the `http` package:
|
|
|
|
```js
|
|
import "http"
|
|
```
|
|
|
|
|
|
|
|
|
|
## Functions
|
|
|
|
{{< children type="functions" show="pages" >}}
|
|
|
|
## Packages
|
|
|
|
{{< children show="sections" >}}
|