Hobrasoft httpd server
Embedded HTTP server for Qt and C++
|
Namespace of HTTP server. More...
Classes | |
class | HttpConnection |
One single connection to http server. More... | |
class | HttpCookie |
One cookie of HTTP protocol. More... | |
class | HttpRequest |
Processes HTTP request, parses headers, body and files sent by HTTP protocol. More... | |
class | HttpRequestHandler |
Processes incoming requests. More... | |
class | HttpResponse |
Response to HTTP request - headers, cookies and body. More... | |
class | HttpServer |
General single-threaded, event-driven HTTP server. More... | |
class | HttpSession |
Information about one session. More... | |
class | HttpSessionStore |
Session store. More... | |
class | HttpSettings |
Configuration of the http server instance. More... | |
class | HttpTcpServer |
Listens for incoming TCP connections, supports plain and ssl connections. More... | |
class | ShtmlController |
Processes request to SHTML files. More... | |
class | StaticFileController |
Processes request for static files. More... | |
Namespace of HTTP server.