create http universe package
Signed-off-by: jffarge <slumbering.pierrot@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
- [gcp/secretmanager](./gcp/secretmanager.md) - Google Cloud Secret Manager
|
||||
- [git](./git.md) - Git operations
|
||||
- [go](./go.md) - Go build operations
|
||||
- [http](./http.md) - -
|
||||
- [io](./io.md) - IO operations
|
||||
- [java/maven](./java/maven.md) - Maven is a build automation tool for Java
|
||||
- [js/yarn](./js/yarn.md) - Yarn is a package manager for Javascript applications
|
||||
|
74
docs/reference/http.md
Normal file
74
docs/reference/http.md
Normal file
@@ -0,0 +1,74 @@
|
||||
---
|
||||
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* | `_\|_` |- |
|
Reference in New Issue
Block a user