libtasks Documentation  1.6
http_base.h File Reference
#include <unordered_map>
#include <iostream>
#include <istream>
#include <ostream>
#include <cstring>
#include <cstdlib>
#include <boost/algorithm/string/predicate.hpp>
#include <tasks/tasks_exception.h>
#include <tasks/net/socket.h>
#include <tasks/net/io_state.h>
#include <tasks/tools/buffer.h>
Include dependency graph for http_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tasks::net::http_base
 

Namespaces

 tasks
 
 tasks::net
 

Macros

#define CRLF   "\r\n"
 
#define CRLF_SIZE   2
 

Macro Definition Documentation

#define CRLF   "\r\n"

Definition at line 24 of file http_base.h.

#define CRLF_SIZE   2

Definition at line 25 of file http_base.h.