Description: A very flexible cross platform HTTP stub application. - dukeofharen/httplaceholder
HttPlaceholder lets you stub away any HTTP webservice. HttPlaceholder:
Let's take a look at a short demo.
curl "http://localhost:5000/users?id=12&filter=first_name" -D- wget -qSO - "http://localhost:5000/users?id=12&filter=first_name" iwr "http://localhost:5000/users?id=12&filter=first_name" http "localhost:5000/users?id=12&filter=first_name" 5. View the requests You can view and inspect the performed requests in the user interface at http://localhost:5000/ph-ui . 6. Learn more For more sophisticated examples, go to the samples to view samples for all supported HTTP condition checkers and response writers. Lear