tree: 92dcda31898aed70925668b5954bec7231650337 [path history] [tgz]
  1. core/
  2. event-libs/
  3. misc/
  4. plat/
  5. roles/
  6. tls/
  7. 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/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