Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sse
v0.10.0
HTTP
ServerSentEvents
EventMessage
EventSource
Handler
EventStream
ServerSentEventsHandler
Built with Crystal 1.9.2
2023-10-08 10:30:18 UTC
class
HTTP::ServerSentEvents::Handler
HTTP::ServerSentEvents::Handler
Reference
Object
Included Modules
HTTP::Handler
Defined in:
sse/server_sent_events_handler.cr
Constructors
.new
(&proc : EventStream, Server::Context -> EventStream)
Instance Method Summary
#call
(context)
Constructor Detail
def self.
new
(&proc :
EventStream
, Server::Context ->
EventStream
)
#
[
View source
]
Instance Method Detail
def
call
(context)
#
[
View source
]