DispatcherData

Used exclusively with dispatchTo

version(with_breaking_cgi_features)
struct DispatcherData (
Presenter
) {}

Members

Variables

cgi
Cgi cgi;

You can use this cgi object.

pathInfoStart
size_t pathInfoStart;

This is forwarded to the sub-dispatcher. It may be marked private later, or at least read-only.

presenter
Presenter presenter;

This is the presenter from top level, and will be forwarded to the sub-dispatcher.

Suggestion Box / Bug Report