QDjango
|
HTTP request and response framework More...
Classes | |
class | QDjangoFastCgiServer |
The QDjangoFastCgiServer class represents a FastCGI server. More... | |
class | QDjangoHttpController |
The QDjangoHttpController class provides static methods for replying to HTTP requests. More... | |
class | QDjangoHttpRequest |
The QDjangoHttpRequest class represents an HTTP request. More... | |
class | QDjangoHttpResponse |
The QDjangoHttpResponse class represents an HTTP response. More... | |
class | QDjangoHttpServer |
The QDjangoHttpServer class represents an HTTP server. More... | |
class | QDjangoUrlResolver |
The QDjangoUrlResolver class maps incoming HTTP requests to handlers. More... | |
HTTP request and response framework
QDjango's HTTP request and response framework enables you to write web web applications and deploy them as FastCGI applications or standalone HTTP servers.