SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
http.cpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  THttpChDef
 
class  THttpEx
 
class  THttpLx
 
class  THttpChRet
 

Enumerations

enum  THttpChTy {
  hpctUndef, hpctAlpha, hpctDigit, hpctCtl,
  hpctSpec
}
 
enum  THttpExCd {
  heUnexpectedEof, hePeriodExpected, heTokenExpected, heInvalidToken,
  heTSpecExpected, heInvalidTSpec, heNumExpected, heInvalidNumPlaces,
  heCrLfExpected, heMethodNmExpected, heUrlEmpty, heBadUrl,
  heBadSearchStr
}
 

Enumeration Type Documentation

enum THttpChTy
Enumerator
hpctUndef 
hpctAlpha 
hpctDigit 
hpctCtl 
hpctSpec 

Definition at line 92 of file http.cpp.

enum THttpExCd
Enumerator
heUnexpectedEof 
hePeriodExpected 
heTokenExpected 
heInvalidToken 
heTSpecExpected 
heInvalidTSpec 
heNumExpected 
heInvalidNumPlaces 
heCrLfExpected 
heMethodNmExpected 
heUrlEmpty 
heBadUrl 
heBadSearchStr 

Definition at line 164 of file http.cpp.