struct Noir::TreeSitterHapiExtractor::Route

Defined in:

miniparsers/hapi_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verb : String, path : String, line : Int32, has_body : Bool, query_params : Array(String), header_params : Array(String), cookie_params : Array(String), callees : Array(Tuple(String, String, Int32)) = [] of JSCalleeExtractor::Entry) #

[View source]

Instance Method Detail

def callees : Array(JSCalleeExtractor::Entry) #

[View source]
def cookie_params : Array(String) #

[View source]
def has_body? : Bool #

[View source]
def header_params : Array(String) #

[View source]
def line : Int32 #

[View source]
def path : String #

[View source]
def query_params : Array(String) #

[View source]
def verb : String #

[View source]