java-httpbin
java-httpbin copied to clipboard
A Java-based HTTP server that lets you locally test your HTTP client, retry logic, streaming behavior, timeouts, etc. with the endpoints of httpbin.org
jetty 12
Are there any plans to update to jetty 12?
It would be nice to use the official [httpbin test suite](https://github.com/postmanlabs/httpbin) instead of inventing new test cases. This might require a forked submodule like S3Proxy does with s3-tests.
Some users may desire custom logic for testing. HttpBin should already support this by overriding `HttpBinHandler` in the `HttpBin` constructor but perhaps there is a cleaner way to expose or...
In #1 @snorp reports: > I needed some other changes to make it work with Jetty 7.x (because 8.x and 9.x don't run on older Android), so probably not.