SNAP Library 2.0, User Reference  2013-05-13 16:33:57
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"

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 134 of file http.h.

typedef TPt< THttpRq > PHttpRq

Definition at line 67 of file http.h.


Enumeration Type Documentation

Enumerator:
hrmUndef 
hrmGet 
hrmHead 
hrmPost 

Definition at line 64 of file http.h.