Kannel: Open Source WAP and SMS gateway  svn-r5335
HTTPClient Struct Reference

Public Types

enum  { reading_request_line, reading_request, request_is_being_handled, sending_reply }
 

Data Fields

int port
 
Connectionconn
 
Octstrip
 
enum HTTPClient:: { ... }  state
 
int method
 
Octstrurl
 
int use_version_1_0
 
int persistent_conn
 
unsigned long conn_time
 
HTTPEntityrequest
 

Detailed Description

Definition at line 1870 of file http.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
reading_request_line 
reading_request 
request_is_being_handled 
sending_reply 

Definition at line 1874 of file http.c.

Field Documentation

◆ conn

Connection* HTTPClient::conn

Definition at line 1872 of file http.c.

Referenced by client_create(), and client_destroy().

◆ conn_time

unsigned long HTTPClient::conn_time

Definition at line 1884 of file http.c.

Referenced by client_create(), and client_reset().

◆ ip

Octstr* HTTPClient::ip

Definition at line 1873 of file http.c.

Referenced by client_create(), client_destroy(), and client_reset().

◆ method

int HTTPClient::method

Definition at line 1880 of file http.c.

◆ persistent_conn

int HTTPClient::persistent_conn

Definition at line 1883 of file http.c.

Referenced by client_create().

◆ port

int HTTPClient::port

Definition at line 1871 of file http.c.

Referenced by client_create().

◆ request

HTTPEntity* HTTPClient::request

Definition at line 1885 of file http.c.

Referenced by client_create(), client_destroy(), and client_reset().

◆ state

enum { ... } HTTPClient::state

Referenced by client_create(), and client_reset().

◆ url

Octstr* HTTPClient::url

Definition at line 1881 of file http.c.

Referenced by client_create(), and client_destroy().

◆ use_version_1_0

int HTTPClient::use_version_1_0

Definition at line 1882 of file http.c.

Referenced by client_create().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.