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
module
Radbas::
MiddlewareCollector
Direct including types
Radbas::RouteCollector
Defined in:
radbas-framework/middleware_collector.cr
Instance Method Summary
#add
(http_handler : HTTP::Handler) :
self
#add
(middleware : MiddlewareLike) :
self
Instance Method Detail
def
add
(http_handler : HTTP::Handler) :
self
#
[
View source
]
def
add
(middleware :
MiddlewareLike
) :
self
#
[
View source
]