rbws library
Classes
- AutoreleasingCache
- Stores paths that correspond to data. Also, optionally, stores the data with a timer that will fire and clear said data.
- HTTPServerInstance
- The main object that accepts connections, recieves requests, and generates / sends responses.
- HTTPStatusCode
- Defines ease-of-use shortcuts for the different HTTP status codes as defined in RTF 9110
- RBWSRequest
- Container for a processed HTTP request.
- RBWSResponse
- Container for a generated response.
Enums
- RBWSMethod
- HTTP methods
Exceptions / Errors
- PathDoesNotExistException
- Thrown when attempting to perform an operation on a path in AutoreleasingCache that doesn't exist.
- ServerRunningException
- Indicates that a function was illegally called while the server was already running.