libonion
|
![]() ![]() | Data type to store some raw dataNormally it will be used to store strings when the size is unknown beforehand, but it can contain any type of data |
![]() ![]() | Node for the tree |
![]() ![]() | A 'char *' to 'char *' dictionary |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Information about a handler for onion. A tree structure of handlers is what really serves the data |
![]() ![]() | |
![]() ![]() | Stores some data about the connection |
![]() ![]() | |
![]() ![]() | Stored common data for each listen point: address, port, protocol status data.. |
![]() ![]() | |
![]() ![]() | Manages the polling on a set of file descriptors |
![]() ![]() | List of pointers |
![]() ![]() | Basic information about a request |
![]() ![]() | The response |
![]() ![]() | Onion server that do not depend on specific IO structure |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Storage for all sessions knownThis is a simple storage for sessions |
![]() ![]() | Webserver info.This is information about onion implementation of the generic server. It contains the listening descriptors, the SSL parameters if SSL is enabled.. |
![]() ![]() | Url regexp pack. This is also a handler, and can be converted with onion_url_to_handle |
![]() ![]() | |
![]() ![]() | Websocket data type, as returned by onion_websocket_new |