Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
radbas-framework
main
Radbas
Action
ActionLike
Application
ApplicationBuilder
ApplicationServer
BodyParsingMiddleware
CommonErrorHandler
Context
CorsMiddleware
EndpointMiddleware
ErrorHandler
ErrorHandlerLike
ErrorHandlerMiddleware
HttpBadRequestException
HttpException
HttpForbiddenException
HttpHeadHandler
HttpMethodNotAllowedException
HttpNotFoundException
HttpUnauthorizedException
Middleware
MiddlewareCollector
MiddlewareLike
MiddlewareRunner
Next
PerformanceMiddleware
Request
RequestLoggerMiddleware
Response
RouteCollector
RoutingMiddleware
SecureHeadersMiddleware
ServerSentEvents
Action
Message
Stream
SocketHandler
SocketHandlerLike
StreamHandler
StreamHandlerLike
TrailingSlashMiddleware
WebSocketAction
Generated using Crystal 1.14.0
2025-02-06 16:07:34 UTC
class
Radbas::
ServerSentEvents::
Action
Radbas::ServerSentEvents::Action
Reference
Object
Included Modules
Radbas::Action
Defined in:
radbas-framework/server_sent_events.cr
Constructors
.new
(stream_handler : StreamHandlerLike)
Instance Method Summary
#call
(context : Context) : Nil
Instance methods inherited from module
Radbas::Action
call(context : Context)
call
Constructor Detail
def self.
new
(stream_handler :
StreamHandlerLike
)
#
[
View source
]
Instance Method Detail
def
call
(context :
Context
) : Nil
#
[
View source
]