join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
httpserver.hpp File Reference
#include <join/httpmessage.hpp>
#include <join/filesystem.hpp>
#include <join/acceptor.hpp>
#include <join/version.hpp>
#include <join/thread.hpp>
#include <join/cache.hpp>
#include <sys/eventfd.h>
#include <thread>
#include <memory>
#include <vector>
#include <fnmatch.h>
Include dependency graph for httpserver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  join::BasicHttpContent< Protocol >
 basic HTTP content. More...
 
class  join::BasicHttpWorker< Protocol >
 basic HTTP worker. More...
 
class  join::BasicHttpServer< Protocol >
 basic HTTP server. More...
 
class  join::BasicHttpSecureServer< Protocol >
 basic HTTPS server. More...
 

Namespaces

namespace  join
 

Enumerations

enum  join::HttpContentType { join::Root , join::Alias , join::Exec , join::Redirect }
 HTTP content Type. More...