1.4 KiB
1.4 KiB
title | description | menu | weight | cascade | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
http package | The `http` package provides functions for transferring data using HTTP protocol. |
|
21 |
|
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" >}}