Is there a way in SpringWebFlux to get current Htt...
# spring
a
Is there a way in SpringWebFlux to get current Http Request object in a class apart from the controller and webfilter. Something similar to ServerRequestContext provided by Micronaut Framework. Using that i can get hold of http request during its lifecycle.
r
You can also use functional routes. But there is no direct way to access request object by dependency injection.