http-put
Make web requests
Overview
The http-put
action is part of the http set in Rhyme. Make web requests.
Category: Http
Area: 🌐 Network
Basic Usage
http-put "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
http-put "Example usage"
Example 2: With Variables
$my-variable: "some value"
http-put $my-variable
Tips
- This action is part of the http set
- Common use case: Making network requests
Related Actions
Related actions from the http set will be listed here.