SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
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.

64  {
Definition: http.h:65
THttpRqMethod
Definition: http.h:64
Definition: http.h:65
Definition: http.h:65
Definition: http.h:65