Skip to content

mbits-os/tangle

Repository files navigation

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:

About

Lego bricks for C++ programs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages