struct
Noir::JSHttpRouteExtractor::RouteHit
- Noir::JSHttpRouteExtractor::RouteHit
- Struct
- Value
- Object
Defined in:
miniparsers/js_http_route_extractor.crConstructors
Instance Method Summary
- #method : String
- #offset : Int32
- #path : String
- #scope_end_pos : Int32 | Nil
- #scope_start_pos : Int32 | Nil
Constructor Detail
def self.new(method : String, path : String, offset : Int32, scope_start_pos : Int32 | Nil = nil, scope_end_pos : Int32 | Nil = nil)
#