Files
MemoryBear/api
mengyonghao 31a7727992 feat(workflow): add HTTP request node
- Introduce a new HttpRequestNode to enable external HTTP API calls in workflows
- Support multiple HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD)
- Support authentication strategies (None, Basic, Bearer, Custom header)
- Support multiple request body types (JSON, form-data, x-www-form-urlencoded, raw)
- Add configurable timeout, retry, and SSL verification
- Provide flexible error handling strategies (none, default response, branch)
2025-12-24 21:23:08 +08:00
..
2025-12-24 21:23:08 +08:00
2025-12-23 16:49:30 +08:00
2025-12-24 10:40:34 +08:00
2025-12-22 17:52:00 +08:00
2025-12-24 11:59:16 +08:00