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