module Yeager

Defined in:

yeager/app.cr
yeager/router.cr
yeager/routerhandler.cr
yeager/version.cr
yeager.cr

Constant Summary

BLOCK = '/'
DEFAULT_HOST = "0.0.0.0"
DEFAULT_PORT = 3000

Default settings for Yeager::Apps HTTP::Server

GLOB = '*'
HTTP_METHODS = ["get", "post", "put", "head", "patch", "delete", "options"] of ::String

Supported HTTP methods of Yeager::HTTPHandler

NEXT_HANDLER = -> do end
NOT_FOUND_TEXT = "Not Found"
NOT_IMPLEMENTED = "Not Implemented"
OPTIONAL = '?'
PARAM = ':'
VERSION = "0.1.8"