Skip to content

Instantly share code, notes, and snippets.

@johan-lejdung
Created July 12, 2019 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johan-lejdung/a9a090cad88977405c53376a2754fb67 to your computer and use it in GitHub Desktop.
Save johan-lejdung/a9a090cad88977405c53376a2754fb67 to your computer and use it in GitHub Desktop.
interface Middleware {
ServeHTTP(ResponseWriter, *Request, *Handler)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment