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::
HttpMethodNotAllowedException
Radbas::HttpMethodNotAllowedException
Radbas::HttpException
Exception
Reference
Object
Defined in:
radbas-framework/exceptions/http_method_not_allowed_exception.cr
Constructors
.new
(context : Context, methods : Array(String))
Instance Method Summary
#methods
: Array(String)
Instance methods inherited from class
Radbas::HttpException
context : HTTP::Server::Context
context
,
status : HTTP::Status
status
Constructor methods inherited from class
Radbas::HttpException
new(context : Context, message : String = @status.description, cause : Exception | Nil =
nil
)
new
Constructor Detail
def self.
new
(context :
Context
, methods : Array(String))
#
[
View source
]
Instance Method Detail
def
methods
: Array(String)
#
[
View source
]