Skip to content
Snippets Groups Projects
  1. Mar 13, 2023
  2. Feb 15, 2023
  3. Jan 31, 2023
  4. Jan 30, 2023
  5. Jan 17, 2023
  6. Nov 19, 2022
    • Will McCutchen's avatar
      Improve tests for streaming response endpoints (#105) · 1229cc69
      Will McCutchen authored
      A few small improvements to the test suite:
      - Ensure `/stream` and `/stream-bytes` endpoints actually use
      `Transfer-Encoding: chunked`, instead of inferring/hoping based on
      Content-Length header
      - Explicitly test that `/drip` actually does sleep between writing
      bytes, rather than inferring that it does based on entire response
      duration
      1229cc69
  7. Nov 16, 2022
  8. Nov 13, 2022
  9. Nov 11, 2022
  10. Oct 19, 2022
    • Will McCutchen's avatar
      More comprehensive tests for HTTP verb endpoints (#88) · 4ec6c82f
      Will McCutchen authored
      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
  11. Oct 17, 2022
  12. Oct 13, 2022
  13. Oct 12, 2022
  14. Jul 24, 2022
  15. Jul 08, 2022
  16. Jul 05, 2022
  17. Apr 07, 2022
  18. Apr 01, 2022
  19. Mar 31, 2022
Loading