Community contributed extensions

HttpMock [httpmock] module

This module is for the Play 1.x series only.

play-httpmock caches WebService requests to emulate them in order to overcome connection problems (lag, denial of service, HTTP errors) for fast developping.

http://github.com/zenexity/play--httpmock

Written by Gaƫtan Renaudeau.

Published releases

1.1 Jan 18 2011 Documentation Try Play

To install locally this module use the install command:

play install httpmock-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> httpmock {version}