struct Noir::TreeSitterGoRouteExtractor::StaticPath

Overview

A static-file route: URL #url_prefix serves files from disk location #disk_path.

Defined in:

miniparsers/go_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url_prefix : String, disk_path : String, line : Int32) #

[View source]

Instance Method Detail

def disk_path : String #

[View source]
def line : Int32 #

[View source]
def url_prefix : String #

[View source]