tree: 7dc7b0745df89d63216dad866f94fa58c7cd1204 [path history] [tgz]
  1. core/
  2. core-net/
  3. event-libs/
  4. jose/
  5. misc/
  6. plat/
  7. roles/
  8. tls/
  9. README.md
lib/README.md

Library sources layout

Code that goes in the libwebsockets library itself lives down ./lib

PathSources
lib/coreCore lws code related to generic fd and wsi servicing and management
lib/event-libsCode containing optional event-lib specific adaptations
lib/joseJOSE / JWS / JWK / JWE implementations
lib/miscCode for various mostly optional miscellaneous features
lib/platPlatform-specific adaptation code
lib/rolesCode for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
lib/tlsCode supporting the various TLS libraries
libwebsockets.hPublic API header for the whole of lws