I’m looking for a way to find the HTTP version of incoming request in spring webflux netty server
I cannot find any method in ServerWebExchange
to get this information.
Spring servlet has some implementation to get it as given in springboot servlet.
Is it any possibility to get it in webflux implementation?