Files
MemoryBear/api/app
Timebomb2018 f2aedd29bc refactor(http_request): simplify request handling and remove unused fields
- Removed `last_request` field and related logic for storing raw request string
- Replaced `_extract_output` and `_extract_extra_fields` to use `process_data` instead of `request`
- Updated `_build_content` to directly parse JSON body without intermediate rendering step
- Modified `execute` to generate `process_data` from actual HTTP request object instead of manual string building
- Added `process_data` field to `HttpRequestNodeOutput` model for consistent debugging info
2026-04-24 17:09:01 +08:00
..
2026-01-12 15:59:10 +08:00
2026-01-26 11:53:34 +08:00
2026-04-22 11:47:32 +08:00
2026-04-22 11:47:32 +08:00