module WebSite::Site

Direct including types

Defined in:

web_site/site.cr

Instance Method Summary

Instance Method Detail

def fastcgi : URI? #

[View source]
def fastcgi=(fastcgi : URI?) #

[View source]
def file : Path #

[View source]
def file=(file : Path) #

[View source]
def gzip : Bool #

[View source]
def gzip=(gzip : Bool) #

[View source]
def headers : Hash(String, String) #

[View source]
def headers=(headers : Hash(String, String)) #

[View source]
def hosts : Array(URI) #

[View source]
def hosts=(hosts : Array(URI)) #

[View source]
def log_file_error : Path? #

[View source]
def log_file_error=(log_file_error : Path?) #

[View source]
def log_file_output : Path? #

[View source]
def log_file_output=(log_file_output : Path?) #

[View source]
def proxy : URI? #

[View source]
def proxy=(proxy : URI?) #

[View source]
def root : Path? #

[View source]
def root=(root : Path?) #

[View source]