docs-v2/content/flux/v0/stdlib/experimental/http/_index.md

1.4 KiB

title description menu weight cascade
http package The `http` package provides functions for transferring data using HTTP protocol.
flux_v0_ref
name parent identifier
http experimental experimental/http
21
flux/v0/tags introduced deprecated
http
0.39.0 0.173.0

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

import "experimental/http"

{{% warn %}}

Deprecated

This package is deprecated in favor of requests. {{% /warn %}}

Functions

{{< children type="functions" show="pages" >}}

Packages

{{< children show="sections" >}}