[][src]Module saphir::controller

Modules for the controllers

Structs

BasicController

An helper struct embedding a ControllerDispatch.

BodyGuard

RequestGuard ensuring that a request has a body

ControllerDispatch

Struct to delegate a request to a registered function matching booth a method and a path

RequestGuardCollection

Traits

Controller

Trait representing a controller

RequestGuard

A trait to provide an other layer of validation before allowing a request into a controller