HttpAction

Attribute for http actions.

static if(isWeb)
struct HttpAction {}

Members

Variables

action
string action;

The name of the action. Equivalent to /route/{action}

method
HttpMethod method;

The http method of the action.

Meta