Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.13 KB

File metadata and controls

23 lines (18 loc) · 1.13 KB

CWIST API Documentation

Welcome to the CWIST Library Reference. Start with the module index below, or jump to the flat quick reference when you only need a function signature.

Modules

  • Framework & App: High-level application abstraction and routing.
  • HTTP Core: Low-level HTTP structures and parsing.
  • HTTPS: Secure SSL/TLS transport layer.
  • Database: SQLite3 database wrapper.
  • Query & URI: Query string parsing and URI utilities.
  • SString: Safe dynamic string manipulation.
  • JSON: JSON building and healing helpers.
  • HTML Components: Reusable HTML render units, component-scoped CSS, and page/fragment responses.
  • Middleware: Middleware pipeline and built-ins.
  • WebSocket: WebSocket upgrade and framing.

See also