tarrsalah / connect

Naive way to chain your HTTP middlewares

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connect GoDoc

connect is an naive way to chain your func(http.Handler) http.Handler middlewares (similar to alice), inspired by the ideas presented by @tsenart at Gophercon.

GitHub Logo

Todo

  • Add tests.
  • Add examples.

About

Naive way to chain your HTTP middlewares


Languages

Language:Go 100.0%