Expand description
Typed request/response structs for the HTTP request proxy.
Used by the POST /request server endpoint and the client-side
http_request tool handler. Serializes cleanly across the wire.
Structs§
- Http
Factory Config - Configuration for an HTTP request factory (type = “http”).
- Http
Factory Tool Input - Input for a factory-created HTTP tool.
- Http
Request Input - Input for an HTTP request — matches the tool parameter schema.
- Http
Request Response - Response from an HTTP request.
Enums§
- Http
Method - HTTP method.