package owebl

  1. Overview
  2. Docs
type m = RouteRule.m =
  1. | Match
  2. | NoMatch
type t = < matches : Request.t -> m ; verb_matches : Verb.t -> m >
class virtual rule : string -> Verb.t list -> object ... end
class static_rule : string -> Verb.t list -> object ... end
val create : string -> Verb.t list -> static_rule