Skip to main content

Module http_request

Module http_request 

Source
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§

HttpFactoryConfig
Configuration for an HTTP request factory (type = “http”).
HttpFactoryToolInput
Input for a factory-created HTTP tool.
HttpRequestInput
Input for an HTTP request — matches the tool parameter schema.
HttpRequestResponse
Response from an HTTP request.

Enums§

HttpMethod
HTTP method.