Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
greitspitz
v0.2.1
Greitspitz
Cli
Context
HttpHandler
HttpServer
Instructions
OptionParser
Transformer
Built with Crystal 1.9.2
2023-10-08 13:23:34 UTC
class
Greitspitz::HttpHandler
Greitspitz::HttpHandler
Reference
Object
Overview
Handles incoming HTTP requests.
Included Modules
HTTP::Handler
Defined in:
greitspitz/http_handler.cr
Constructors
.new
(context : Context)
Class Method Summary
.parse_accept
(accept : String)
Instance Method Summary
#call
(context)
Constructor Detail
def self.
new
(context :
Context
)
#
[
View source
]
Class Method Detail
def self.
parse_accept
(accept : String)
#
[
View source
]
Instance Method Detail
def
call
(context)
#
[
View source
]