Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

mokmok-dev/middlechain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middlechain

CI Go Reference

The simple HTTP middleware chainer for Golang.

How to use

mux := http.NewServeMux()

handler := middlechain.Chain(mux,
  someMiddleware,
)

// handle http request...

http.ListenAndServe(":8080", handler)

About

The simple HTTP middleware chainer for Golang

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages