Beware of using spring WebClient(Episode3)
1. When we don't need response body
There are three options that can use when we don't need response body. releaseBody(), toBodilessEntity(), bodyToMono(Void.class)
However the reactor-netty maintainer recommended only two method releaseBody(), toBod...
yangbongsoo.hashnode.dev3 min read