Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.81 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.81 KB

Build Status Coverage Status

Lego bricks for C++ programs.

Low level, simple, loosely coupled libraries

  1. LOCALE: str::format and binary translation files
  2. URI: parsing and manipulating strings representing resource
  3. COOKIE: parsing, manipulating cookies with support for session jar and persistent jar
  4. MSG: HTTP/1.1 request and response message, independent from both URI and COOKIE
  5. CERT: platform-specific and/or standalone certificate verification; should support both SSL/TLS and code signing verification.
  6. NAV: browser sessions, building requests based on current address and given uri, cookie jar attached to the session, certificate verification and communication flagging, no actual communication over the network
  7. HTTP: connection layer for libnav, probably over libcurl.

Status: