Functions
is_h3_available
0
bool
▼
Check if zoomies is installed for HTTP/3 support.
is_h3_available
0
bool
▼
def is_h3_available() -> bool
Returns
bool
protocols.h3
HTTP/3 (QUIC) protocol support — availability check for zoomies.
HTTP/3 uses QUIC (UDP) transport. The actual protocol handling lives in
_h3_handler.pywhich integrates zoomies' sans-I/O QuicConnection.
Requires theh3 optional dependency (pip install pounce[h3]).
is_h3_available
0
bool
▼
def is_h3_available() -> bool
bool