-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request