mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
3eb4eb8074
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
397 B
397 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_connect_ws_opt() | mg_connect_ws_opt | func | struct mg_connection *mg_connect_ws_opt( struct mg_mgr *mgr, MG_CB(mg_event_handler_t ev_handler, void *user_data); |
Helper function that creates an outbound WebSocket connection
Mostly identical to mg_connect_ws
, but allows to provide extra parameters
(for example, SSL parameters)