throo icon indicating copy to clipboard operation
throo copied to clipboard

A Vert.x/Spring based HTTP reverse-proxy

Results 5 throo issues
Sort by recently updated
recently updated
newest added

Capability to inject a spring bean hook which transforms the incoming request in some manner would be useful.

A ProxyRoute should be able to handle itself blockingly, especially if custome request and response transformations are being used.

Sometimes the final request to be made may not be an exact match for the incoming request and payload. We should allow a transformer Spring bean to be hooked in...

The following... "Hitting http://localhost:8080/[your proxied route] should get you the data from the target server" ... isn't sufficient for someone to get going.