struct Noir::JSHttpRouteExtractor::RouteHit

Defined in:

miniparsers/js_http_route_extractor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : String, offset : Int32, scope_start_pos : Int32 | Nil = nil, scope_end_pos : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def method : String #

[View source]
def offset : Int32 #

[View source]
def path : String #

[View source]
def scope_end_pos : Int32 | Nil #

[View source]
def scope_start_pos : Int32 | Nil #

[View source]