fake-server icon indicating copy to clipboard operation
fake-server copied to clipboard

Fake-server is a generic and non-intrusive tool used to mock any server response. It has been designed to address issues when running tests against unstable or slow external servers.

Results 2 fake-server issues
Sort by recently updated
recently updated
newest added

Hi! I've just added some new features. delOne. Instead of flush, now, you can delete a route one by one. getAll. Retrieve all routes. add. Modified to accept 'verb' as...

Since we now support passing query string params as an object (where order doesn't matter), routes should no longer contain query strings.