Skip to content

Proxy for delaying the load of network resources. Inspired by deelay

License

Notifications You must be signed in to change notification settings

cmheisel/slowyourload

Repository files navigation

slowyourload

A proxy for delaying the loading of assets. Useful for seeing what happens to Web pages or server-side code when the resource takes a while to load.

Usage

    pip install -r requirements.txt
    python ./slowyourload.py
    http://localhost:5000/<delay in seconds>/http://anotherdomain.com/some/thing.js
    http://localhost:5000/<delay in seconds>/https://secure.anotherdomain.com/some/thing.js

About

Proxy for delaying the load of network resources. Inspired by deelay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages