Yet Another HTTP Library
yahttp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Variables
utility.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  YaHTTP::ASCIICINullSafeComparator
 
class  YaHTTP::DateTime
 
class  YaHTTP::Utility
 

Namespaces

 YaHTTP
 

Typedefs

typedef std::map< std::string,
std::string,
ASCIICINullSafeComparator > 
YaHTTP::strstr_map_t
 

Variables

static const char * YaHTTP::MONTHS [] = {0,"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec",0}
 
static const char * YaHTTP::DAYS [] = {"Sun","Mon","Tue","Wed","Thu","Fri","Sat",0}