class

Grip::Handlers::ServerSent

Inherits Grip::Handlers::Base / HTTP::Handler / Reference / Object

Constants

CACHE_MASK = CACHE_SIZE - 1
CACHE_SIZE = 4096

Constructors

Instance methods

add_route(verb : String, path : String, handler : ::HTTP::Handler, via : Symbol | Nil | Array(Symbol) | Nil = nil, override : Proc(::HTTP::Server::Context, ::HTTP::Server::Context) | Nil = nil) : Nil
Source
find_route(verb : String, path : String) : Radix::Result(Route)
Source
routes
Source