The www/wslay port
wslay-1.1.1 – websocket library (cvsweb github mirror)
Description
Wslay is a WebSocket library written in C. It implements the protocol version 13 described in RFC 6455. This library offers 2 levels of API: event-based API and frame-based low-level API. For event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For frame-based API, you can send WebSocket frame directly. Wslay only supports data transfer part of WebSocket protocol and does not perform opening handshake in HTTP.WWW: https://tatsuhiro-t.github.io/wslay/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Reverse dependencies
Files
- /usr/local/include/wslay/
- /usr/local/include/wslay/wslay.h
- /usr/local/include/wslay/wslayver.h
- /usr/local/lib/libwslay.a
- /usr/local/lib/libwslay.la
- /usr/local/lib/libwslay.so.0.0
- /usr/local/lib/pkgconfig/libwslay.pc
- /usr/local/man/man3/wslay_event_config_set_callbacks.3
- /usr/local/man/man3/wslay_event_config_set_max_recv_msg_length.3
- /usr/local/man/man3/wslay_event_config_set_no_buffering.3
- /usr/local/man/man3/wslay_event_context_client_init.3
- /usr/local/man/man3/wslay_event_context_free.3
- /usr/local/man/man3/wslay_event_context_server_init.3
- /usr/local/man/man3/wslay_event_get_close_received.3
- /usr/local/man/man3/wslay_event_get_close_sent.3
- /usr/local/man/man3/wslay_event_get_queued_msg_count.3
- /usr/local/man/man3/wslay_event_get_queued_msg_length.3
- /usr/local/man/man3/wslay_event_get_read_enabled.3
- /usr/local/man/man3/wslay_event_get_status_code_received.3
- /usr/local/man/man3/wslay_event_get_status_code_sent.3
- /usr/local/man/man3/wslay_event_get_write_enabled.3
- /usr/local/man/man3/wslay_event_queue_close.3
- /usr/local/man/man3/wslay_event_queue_fragmented_msg.3
- /usr/local/man/man3/wslay_event_queue_msg.3
- /usr/local/man/man3/wslay_event_recv.3
- /usr/local/man/man3/wslay_event_send.3
- /usr/local/man/man3/wslay_event_set_error.3
- /usr/local/man/man3/wslay_event_shutdown_read.3
- /usr/local/man/man3/wslay_event_shutdown_write.3
- /usr/local/man/man3/wslay_event_want_read.3
- /usr/local/man/man3/wslay_event_want_write.3