Skip to content

Added option to specify fallback resource for server.

Relates to #324 - I ran to a scenario where I needed to intercept requests where the request path and method are not known beforehand. Instead of intercepting all possible request methods I added a simple 'fallback_resource' to http_server.

Could alternatively be solved by allowing regexes for the default_resources but that would require an additional search.

Merge request reports