Skip to main content

Crate impcurl

Crate impcurl 

Source

Structs§

EasySession
MultiSession
WebSocketConnectConfig
WsFrame
WsFrameAssembler

Enums§

ImpcurlError
ImpersonateTarget

Functions§

check_code
check_multi_code
complete_connect_only_websocket_handshake_with_multi
detach_easy_from_multi
ensure_curl_global_init
Ensure curl_global_init is called exactly once for the process lifetime. Never calls curl_global_cleanup — the library stays loaded until process exit. If the first call fails, subsequent calls return the same error.
prepare_connect_only_websocket_session
ws_send
Single-attempt ws_send. Returns bytes sent, or CURLE_AGAIN error if socket not ready.
ws_try_recv_frame

Type Aliases§

Result