Skip to content
Snippets Groups Projects
  1. Nov 11, 2022
  2. 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
  3. Oct 17, 2022
  4. Oct 13, 2022
  5. Oct 12, 2022
  6. Jul 24, 2022
  7. Jul 08, 2022
  8. Jul 05, 2022
  9. Apr 07, 2022
  10. Apr 01, 2022
  11. Mar 31, 2022
  12. Jan 04, 2022
  13. Nov 29, 2021
  14. Oct 20, 2021
  15. Jul 16, 2021
  16. Jul 13, 2021
  17. May 11, 2021
  18. May 10, 2021
  19. May 05, 2021
Loading