test your HTTP library against a local copy of httpbin
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/kevin1024/pytest-httpbin
