class Hatty::Server
- Hatty::Server
- Reference
- Object
Overview
Basically HTTP::Server
but with routing.
Defined in:
hatty/server.crhatty/testing/testing.cr
Constructors
Instance Method Summary
- #handlers : Array(HTTP::Handler)
- #native : HTTP::Server
-
#start
Starts Hatty.
- #stop