1 line
1.1 KiB
JavaScript
1 line
1.1 KiB
JavaScript
initSidebarItems({"fn":[["All","Return guard that matches if all of the supplied guards."],["Any","Return guard that matches if any of supplied guards."],["Connect","Predicate to match CONNECT http method"],["Delete","Predicate to match DELETE http method"],["Get","Guard to match GET http method"],["Head","Predicate to match HEAD http method"],["Header","Return predicate that matches if request contains specified header and value."],["Host","Return predicate that matches if request contains specified Host name."],["Method","Predicate to match specified http method"],["Not","Return guard that matches if supplied guard does not match."],["Options","Predicate to match OPTIONS http method"],["Patch","Predicate to match PATCH http method"],["Post","Predicate to match POST http method"],["Put","Predicate to match PUT http method"],["Trace","Predicate to match TRACE http method"],["fn_guard","Create guard object for supplied function."]],"struct":[["AllGuard","Matches if all of supplied guards."],["AnyGuard","Matches if any of supplied guards matche."]],"trait":[["Guard","Trait defines resource guards. Guards are used for route selection."]]}); |