http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
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
)
(
source
)