SNAP Library , Developer Reference  2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
http.h File Reference
#include "bd.h"
Include dependency graph for http.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  THttp
class  THttpRq
class  THttpResp

Typedefs

typedef TPt< THttpRqPHttpRq
typedef TPt< THttpRespPHttpResp

Enumerations

enum  THttpRqMethod { hrmUndef, hrmGet, hrmHead, hrmPost }

Typedef Documentation

typedef TPt< THttpResp > PHttpResp

Definition at line 132 of file http.h.

typedef TPt< THttpRq > PHttpRq

Definition at line 66 of file http.h.


Enumeration Type Documentation

Enumerator:
hrmUndef 
hrmGet 
hrmHead 
hrmPost 

Definition at line 63 of file http.h.