75 lines
1.8 KiB
Markdown
75 lines
1.8 KiB
Markdown
|
---
|
||
|
sidebar_label: http
|
||
|
---
|
||
|
|
||
|
# alpha.dagger.io/http
|
||
|
|
||
|
```cue
|
||
|
import "alpha.dagger.io/http"
|
||
|
```
|
||
|
|
||
|
## http.#Delete
|
||
|
|
||
|
### http.#Delete Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### http.#Delete Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*response.body* | `string` |- |
|
||
|
|*response.statusCode* | `_\|_` |- |
|
||
|
|
||
|
## http.#Do
|
||
|
|
||
|
### http.#Do Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### http.#Do Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*response.body* | `string` |- |
|
||
|
|*response.statusCode* | `_\|_` |- |
|
||
|
|
||
|
## http.#Get
|
||
|
|
||
|
### http.#Get Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### http.#Get Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*response.body* | `string` |- |
|
||
|
|*response.statusCode* | `_\|_` |- |
|
||
|
|
||
|
## http.#Post
|
||
|
|
||
|
### http.#Post Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### http.#Post Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*response.body* | `string` |- |
|
||
|
|*response.statusCode* | `_\|_` |- |
|
||
|
|
||
|
## http.#Put
|
||
|
|
||
|
### http.#Put Inputs
|
||
|
|
||
|
_No input._
|
||
|
|
||
|
### http.#Put Outputs
|
||
|
|
||
|
| Name | Type | Description |
|
||
|
| ------------- |:-------------: |:-------------: |
|
||
|
|*response.body* | `string` |- |
|
||
|
|*response.statusCode* | `_\|_` |- |
|