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

http.h File Reference

Go to the source code of this file.

Data Structures

struct  http_range
 HTTP range description. More...


Defines

#define HTTP_OFFSET_MAX   (~((filesize_t) 0U))

Typedefs

typedef enum http_state http_state_t
 HTTP request states.

typedef http_range http_range_t
 HTTP range description.


Enumerations

enum  http_state {
  HTTP_AS_UNKNOWN = 0, HTTP_AS_CONNECTING, HTTP_AS_REQ_SENDING, HTTP_AS_REQ_SENT,
  HTTP_AS_HEADERS, HTTP_AS_RECEIVING, HTTP_AS_REDIRECTED, HTTP_AS_REMOVED
}
 HTTP request states. More...


Define Documentation

#define HTTP_OFFSET_MAX   (~((filesize_t) 0U))
 


Typedef Documentation

typedef struct http_range http_range_t
 

HTTP range description.

typedef enum http_state http_state_t
 

HTTP request states.


Enumeration Type Documentation

enum http_state
 

HTTP request states.

Enumeration values:
HTTP_AS_UNKNOWN  No defined state.
HTTP_AS_CONNECTING  Connecting to server.
HTTP_AS_REQ_SENDING  Sending request to server.
HTTP_AS_REQ_SENT  Request sent, waiting for reply.
HTTP_AS_HEADERS  Receiving headers.
HTTP_AS_RECEIVING  Receiving data.
HTTP_AS_REDIRECTED  Request redirected.
HTTP_AS_REMOVED  Removed, pending free.


Generated on Sun Feb 12 10:50:03 2006 for Gtk-Gnutella by doxygen 1.3.6