ports/devel/py-test-httpbin/pkg/DESCR

6 lines
311 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
httpbin is an amazing web service for testing HTTP libraries. It has
several great endpoints that can test pretty much everything you need
in a HTTP library. The only problem is: maybe you don't want to wait for
your tests to travel across the Internet and back to make assertions
against a remote web service.