1.7 KiB
1.7 KiB
sidebar_label
| sidebar_label |
|---|
| http |
alpha.dagger.io/http
import "alpha.dagger.io/http"
http.#Delete
http.#Delete Inputs
No input.
http.#Delete Outputs
| Name | Type | Description |
|---|---|---|
| statusCode | string |
- |
| body | string |
- |
http.#Do
http.#Do Inputs
No input.
http.#Do Outputs
| Name | Type | Description |
|---|---|---|
| statusCode | string |
- |
| body | string |
- |
http.#Get
http.#Get Inputs
No input.
http.#Get Outputs
| Name | Type | Description |
|---|---|---|
| statusCode | string |
- |
| body | string |
- |
http.#Post
http.#Post Inputs
No input.
http.#Post Outputs
| Name | Type | Description |
|---|---|---|
| statusCode | string |
- |
| body | string |
- |
http.#Put
http.#Put Inputs
No input.
http.#Put Outputs
| Name | Type | Description |
|---|---|---|
| statusCode | string |
- |
| body | string |
- |