Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_cp_httpsocket Struct Reference
[Cp_socket]

#include <http.h>


Data Fields

int id
cp_socketsock
int keepalive
cp_trie * service
cp_http_service_callback default_service
char * server_name


Detailed Description

http server socket

Definition at line 487 of file http.h.


Field Documentation

cp_http_service_callback _cp_httpsocket::default_service
 

default service

Definition at line 497 of file http.h.

Referenced by cp_httpsocket_create().

int _cp_httpsocket::id
 

system assigned id

Definition at line 489 of file http.h.

Referenced by cp_httpsocket_create().

int _cp_httpsocket::keepalive
 

keep-alive in seconds

Definition at line 491 of file http.h.

Referenced by cp_httpsocket_set_keepalive().

char* _cp_httpsocket::server_name
 

server name

Definition at line 498 of file http.h.

Referenced by cp_httpsocket_set_server_name().

cp_trie* _cp_httpsocket::service
 

registered services (excluding default)

Definition at line 496 of file http.h.

Referenced by cp_httpsocket_register_service().

cp_socket* _cp_httpsocket::sock
 

underlying socket

Definition at line 490 of file http.h.

Referenced by cp_httpsocket_create().


The documentation for this struct was generated from the following file:
Generated on Sat Dec 1 10:25:30 2007 for cprops by  doxygen 1.3.9.1