Skip to main content

Crate proxyapi_models

Crate proxyapi_models 

Source
Expand description

Data models for captured HTTP requests and responses.

Structs§

ProxiedRequest
A captured HTTP request.
ProxiedResponse
A captured HTTP response.
WsFrame
A single captured WebSocket frame.

Enums§

WsDirection
Direction of a WebSocket frame relative to the proxy.
WsOpcode
WebSocket frame opcode (RFC 6455).