You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URI: parsing and manipulating strings representing resource
COOKIE: parsing, manipulating cookies with support for session jar and persistent jar
MSG: HTTP/1.1 request and response message, independent from both URI and COOKIE
CERT: platform-specific and/or standalone certificate verification; should support both SSL/TLS and code signing verification.
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
HTTP: connection layer for libnav, probably over libcurl.