feat: hostHTTPRequest - improve HTTP payload handling in agent/plugins #859

Open
opened 2026-03-28 04:29:18 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2501
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2501
Original created: 2026-01-25T07:18:29Z


Is your feature request related to a problem?

HTTP Payload Management: In hostHTTPRequest, you are marshaling/unmarshaling JSON for every request. This is fine for "checkers," but if you ever find a plugin doing heavy streaming, you might want to look at a binary format like MsgPack. For now, JSON is the right choice for DX (Developer Experience).

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Imported from GitHub. Original GitHub issue: #2501 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2501 Original created: 2026-01-25T07:18:29Z --- **Is your feature request related to a problem?** ``` HTTP Payload Management: In hostHTTPRequest, you are marshaling/unmarshaling JSON for every request. This is fine for "checkers," but if you ever find a plugin doing heavy streaming, you might want to look at a binary format like MsgPack. For now, JSON is the right choice for DX (Developer Experience). ``` **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
mfreeman451 added this to the 1.1.1 milestone 2026-03-28 04:29:18 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#859
No description provided.