Routes

Undocumented in source.

Members

Properties

render
Body render [@property setter]

Renders a plaintext response.

render
Body render [@property setter]

Renders a response with a given content type.

render
void render(Body content, int code)

Renders a response with a given content type and status code.

render
void render [@property getter]

Renders an empty response.

render
int render [@property setter]

Renders an empty response and the given status code.

Static functions

install
void install(VibrantRouter!Bool router)

Installs the controller routes into a Vibrant router.

Meta