class AssetFile

Direct Known Subclasses

Defined in:

asset_file/asset_file.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(uri_path : String, contents : String) #

[View source]

Class Method Detail

def self.handle(ctx) #

[View source]

Instance Method Detail

def contents : String #

[View source]
def etag : String #

[View source]
def mime_type #

[View source]
def to_s(io : IO) #
Description copied from class Reference

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>

[View source]
def uri_path : String #

[View source]

Macro Detail

macro register(path) #

[View source]
macro register(uri_path, source_path) #

[View source]