dcgi

Members

Classes

Output
class Output

Your reply.

Request
class Request

A request from user

Enums

DisplayExceptions
enum DisplayExceptions

Functions

cgiLog
void cgiLog(T params)

Write a formatted log

cgiMain
void cgiMain()

You're supposed not to call this function. It is called from the mixed-in code

Structs

Cookie
struct Cookie
MaxRequestBodyLength
struct MaxRequestBodyLength

UDA for your handler

Templates

DCGI
template DCGI(alias handler = null)

Remember to mixin this template inside your main file.

Meta