This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/http.md
guillaume 475e47de09 Modify getting started doc to integrate http.#Wait, fix doc dependency issue
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2021-11-23 21:30:03 +01:00

1.8 KiB

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 -

http.#Wait

URL listener Creates a dependency on URL

http.#Wait Inputs

No input.

http.#Wait Outputs

No output.