Skip to content
Snippets Groups Projects
Select Git revision
  • 4ec6c82f034f4b564551d7dbe897c0e93f2ff23f
  • main default protected
  • drip-server-timing
  • compress-middleware
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.6
  • v2.5.5
  • v2.5.4
  • v2.5.3
  • v2.5.2
  • v2.5.1
  • v2.5.0
  • v2.4.2
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.2
24 results

httpbin

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Will McCutchen authored and GitHub committed
    We were not explicitly testing the behavior of some HTTP verb endpoints
    like /put and /patch, because they currently share an underlying handler
    with /post which is thoroughly tested.
    
    The addition of the /anything endpoint in #83 made me realize a bit more
    explicit test coverage would be good, so here we're landing a bit of a
    refactoring of the test suite to generate tests for all of those
    endpoints.
    
    Along the way, we also improve compatibility with the original httpbin
    implementation by tricking the stdlib net/http machinery into parsing
    request bodies for DELETE requests.
    4ec6c82f
    History
    Name Last commit Last update
    ..