Metadata-Version: 2.1
Name: fake-httpd
Version: 0.0.2rc11
Summary: Fake httpd which parses/logs requests
Home-page: https://github.com/mteofrancis/fake-httpd
Author: Francis M
Author-email: mteofrancis@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mteofrancis/fake-httpd/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING

# fake-httpd

*fake-httpd* is a relatively simple program with one simple goal: pretend to be
a real httpd. Requests are logged but no further action is taken, responses not
formulated and sent back to the client, etc.

...

<!--
vim: ts=2 sw=2 tw=100 et fdm=marker :
-->


