Server 0.0.1
HTTP/REST server implementation

Stream Struct Reference

#include <stream.h>

Data Fields

StreamHandleType type
union {
   int   fd
   SSL *   ssl
handle

Detailed Description

Definition at line 36 of file stream.h.


Field Documentation

Definition at line 54 of file stream.h.

union { ... } Stream::handle

Definition at line 55 of file stream.h.

Definition at line 52 of file stream.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines