abstract fun doWithRequest(request: AsyncClientHttpRequest): Unit
Gets called by AsyncRestTemplate#execute with an opened ClientHttpRequest. Does not need to care about closing the request or about handling errors: this will all be handled by the RestTemplate.
request - the active HTTP request