make http client into a processor instead of module

This commit is contained in:
Joel Wetzell
2026-03-08 13:03:54 -05:00
parent 7b1fe47039
commit b7b05cbb77
7 changed files with 101 additions and 260 deletions

View File

@@ -203,11 +203,11 @@
},
{
"type": "object",
"title": "Create HTTP Request",
"title": "Do HTTP Request",
"properties": {
"type": {
"type": "string",
"const": "http.request.create"
"const": "http.request.do"
},
"params": {
"type": "object",