Type: lib.http.PostRequest

Namespace: lib.http

Description

Send data to a server using an HTTP POST request. http, post, request, url, data

Use cases:
- Submit form data
- Create new resources on an API
- Upload files
- Authenticate users

Properties

Property Type Description Default
url str The URL to make the request to. ``
data str The data to send in the POST request. ``

Outputs

Output Type Description
output str  

Metadata

Browse other nodes in the lib.http namespace.