MLIB
Loading...
Searching...
No Matches
httpd.cpp File Reference

Implementation of http::server and http::connection classes. More...

#include <mlib/mlib.h>
#include <utf8/utf8.h>
#include <utils.h>

Data Structures

struct  mlib::http::smime
 Table of known mime types. More...
 

Macros

#define HTTP_DEFAULT_URI   "index.html"
 Default URL.
 
#define HTTPD_SERVER_NAME   "MLIB_HTTP 2.0"
 Default server name.
 
#define HTTPD_TIMEOUT   30
 Timeout interval while waiting for a client response.
 
#define MAX_PAR   1024
 Max length of a form parameter.
 

Detailed Description

Implementation of http::server and http::connection classes.