mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
247 stars 55 forks source link

Async forward execution #7

Closed mkopylec closed 8 years ago

mkopylec commented 8 years ago

Create an async config property in mapping. When async is enabled charon does not wait for the destination to send response, the response is sent immidiatly after forwarding the request..

ludoo0d0a commented 8 years ago

+1

mkopylec commented 8 years ago

Done