Skip to content

Instantly share code, notes, and snippets.

@Bebbolus
Created November 30, 2018 16:40
Show Gist options
  • Save Bebbolus/36c0e99efe2a6d742f9af18e395b4fd7 to your computer and use it in GitHub Desktop.
Save Bebbolus/36c0e99efe2a6d742f9af18e395b4fd7 to your computer and use it in GitHub Desktop.
// middleware filter incoming HTTP requests.
// if the request pass the filter, it calls the next HTTP handler.
type middleware func(http.HandlerFunc) http.HandlerFunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment