dyne / restroom-mw

🛠 Easy REST API builder executing Zencode
https://restroom.dyne.org
GNU Affero General Public License v3.0
3 stars 11 forks source link

Given statement to get the calling URL and method #217

Closed jaromil closed 1 year ago

jaromil commented 1 year ago
Given I have the caller url -> ACK.caller_url
Given I have the caller ip -> ACK.caller_ip
Given I have the caller method -> ACK.caller_method
Given I have the caller parameters -> ACK.caller_parameters = {...}

these statements should grant zenroom access to the host information about received http calls, to use in zencode scripts.

jaromil commented 1 year ago

note from analysis with @puria string dictionary http_request always in DATA, containing useful values