Java Httpbin Versions Save

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

1.4.0

9 months ago

This release requires Java 11 or newer

  • Add /redirect-relative endpoint
  • Upgrade to Jetty 11

1.3.0

4 years ago
  • Add base64, delete, etag, patch, range, and stream-bytes endpoints
  • Fix bugs and add missing parameters uncovered by python httpbin test suite

1.2.0

4 years ago
  • Add bytes, cache, cache control, deflate, delay, drip, gzip, home, and stream endpoints
  • Allow form-encoded input in post and put endpoints
  • Emit correct status code when handling exceptions
  • Now compatible with Java 7

1.1.0

5 years ago
  • Add absolute-redirect, deny, hidden-basic-auth, and robots.txt endpoints
  • Complete basic-auth endpoint
  • Return full information for get endpoint
  • Return JSON from post and put endpoints
  • Silence excessive Jetty logging

1.0.0

5 years ago

Initial release