toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-bridge-spring
/
org.http4k.bridge
/
SpringToHttp4kFallbackController
/
fallback
fallback
@
RequestMapping
(
value
=
[
"**"
]
,
method
=
[
RequestMethod.GET
,
RequestMethod.HEAD
,
RequestMethod.POST
,
RequestMethod.PUT
,
RequestMethod.PATCH
,
RequestMethod.DELETE
,
RequestMethod.OPTIONS
,
RequestMethod.TRACE
]
)
fun
fallback
(
request
:
HttpServletRequest
,
response
:
HttpServletResponse
)