Web.Route.Invertible.Common

Route construction

data Route a

routeHost

routeSecure

routePath

routeMethod

routeMethods

routeQuery

routeAccept

routeAccepts

routeCustom

routePriority

data RouteAction a b

mapActionRoute

Supporting types

data Host a

data Path a

class IsMethod m

type QueryString

type ContentType

Parser construction

wildcard

Placeholder parameters

class RouteString s

class Parameter s a

class Parameterized s p

param

data Placeholder s a

Forward routing

type RouteCase

routeCase

routeNormCase

type RouteMap

routes

fallbackHEADtoGET