资 源 简 介
This project is obsolete. Try [Turq](https://github.com/vfaronov/turq) instead. Same idea, better implementation.
htmock is a tool for semi-interactively testing and debugging the behavior of HTTP clients. It lets you create mock resources, accessible at temporary URLs, with the status, headers and body of your choosing. You can then view the details of the HTTP requests received. By creating multiple resources you can set up redirection chains, etc. See the screenshot. There are limitations, though.
This is a Django application that can be run from Django"s development server as well as under Apache or something.