WebSocket frame codec (RFC 6455)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add standard tags to 158 packages

Standard vocabulary based on crates.io categories, erratique/opam
conventions, and monorepo domain coverage:

Org: org:blacksun
Domain: aerospace, codec, crypto, network, storage, git, merkle
Purpose: cli, test, bench, format, log, system
Protocol: ccsds, uslp, cop1, sdls, sle, atproto, tls, http, json, binary
Cross-cutting: eio, simulation, math, compression

Tags placed in dune-project (package ...) stanzas via (tags ...).
Propagated to .opam files by dune's opam generation.

+1
+1
dune-project
··· 10 10 (package 11 11 (name websocket) 12 12 (synopsis "WebSocket frame codec (RFC 6455)") 13 + (tags (org:blacksun network http)) 13 14 (description 14 15 "Encode and decode WebSocket frames. Handles masking, fragmentation, 15 16 ping/pong, and close frames. Does not handle the HTTP upgrade handshake.")