jessecarl / handy

Golang https handlers that might come in handy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handler with predictable delay

jessecarl opened this issue · comments

For a number of reasons, including simulating network latency, adding a delay to a handler is useful.

Done with this. It's a middleware handler.