Structs§
- Intercept
Handler - RequestHandler that intercepts requests/responses and sends them to the TUI.
Enums§
- Intercepted
Item - Sent from handler to TUI.
- Verdict
- Sent from TUI back to handler.
Functions§
- is_
text_ body - Check if body is valid UTF-8 (safe for text editing).
- parse_
request_ text - Parse raw HTTP request text back into parts.
- parse_
response_ text - Parse raw HTTP response text back into parts.
- serialize_
request - Serialize an HTTP request to raw text for display/editing.
- serialize_
response - Serialize an HTTP response to raw text for display/editing.