Module h3

Source
Expand description

A collection of interactive CLI prompts for HTTP/3 based on [inquire].

Structs§

Prompter
The main prompter interface and state management.

Enums§

Error
An error indicating that the provided buffer is not big enough.

Functions§

prompt_connection_close
prompt_stream_bytes

Type Aliases§

PromptedFrame
A tuple of stream ID and quiche HTTP/3 frame.
Result
A specialized Result type for prompt operations.