EHS Embedded HTTP Server  1.5.1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ntracing
 CwserrorThis class represents any errors in our WebSockets implementation
 Nutf8_validator
 CvalidatorA validator for UTF-8 strings
 Nwspp
 Nframe
 CparserThe main parser/codec for our WebSockets implementation
 Csimple_rngA VERY simplistic random generator
 CwsendpointThis class implements a server-side WebSockets endpoint
 CwshandlerEvent handler interface for the server-side WebSockets endpoint
 C__caselessCaseless Compare class for case insensitive map
 CContentDispositionThis class stores the content disposition of a subbody
 CDatumClass that makes it easy to go between numbers and strings
 CEHSEHS provides HTTP server functionality to a child class
 CEHSConnectionEHSConnection abstracts the concept of a connection to an EHS application
 CEHSServerEHSServer contains all the network related services for EHS
 CFormValueThis class stores form data sent from the client in GET and POST requests
 CGenericResponseThis class represents what is sent back to the client
 CHttpRequestThis class represents a clients HTTP request
 CHttpResponseThis class represents what is sent back to the client
 CMutexHelperAutomatically unlocks a mutex if destroyed
 CNetworkAbstractionAbstracts different socket types
 CPassphraseHandlerThis interface describes a handler for retrieving passphrases
 CPrivilegedBindHelperHelper class for binding of sockets to privileged ports
 CRawSocketHandlerHelper class for performing raw socket IO
 CSHA1
 CSocketPlain socket implementation of NetworkAbstraction