Open
Description
It looks like that local server can serve only one request. What will be the recommended path to serve different content depending on different URL path?
example.com/one -> serve [200, "OK"]
example.com/two -> serve [201, {"json": "data"}]
would be cool if this functionality could be expanded.
for the moment it looks to be possible to achieve it with https://github.com/csernazs/pytest-httpserver