neuray API Programmer's Manual

mi::http Namespace Reference

[Neuray API]

Description

Namespace for the HTTP server of the neuray API.

Classes

class 
CGI request handlers are responsible for handling HTTP requests. More...
class 
The connection class represents a connection from a client to the server. More...
class 
A data handler may be added to a connection. More...
class 
The factory can be used to instantiate the built-in HTTP classes. More...
class 
This interface holds all the parameters of a request. More...
class 
Request handlers are responsible for handling HTTP requests. More...
class 
This interface holds all the parameters of a response. More...
class 
Response handlers can be used to modify responses generated by request handlers. More...
class 
The server builds a framework for the handlers. More...
class 
The WebSocket connection class represents a connection that is built on top of an HTTP connection. More...
class 
A WebSocket data handler that can be installed to a WebSocket connection to handle data arriving at the WebSocket. More...
class 
WebSocket handlers are responsible for handling WebSocket requests. More...
class 
A WebSocket state handler that can be installed to a WebSocket connection to handle events of the WebSocket. More...