Note: CGI has been removed from the Python standard library as of Python 3.13. To use this with Python versions >= 3.13, install the legacy-cgi module: https://pypi ...
This library is designed to help to test http clients without contacting the real http server. In other words, it is a fake http server which is accessible via localhost can be started with the ...