package
100.5.0+incompatible
Repository: https://github.com/apocelipes/gobay.git
Documentation: pkg.go.dev
# Functions
ChainMiddlewares wraps http handlers and return a handler that exec passin http handlers in sequence Notice: income handler sequence(from left to right) stands for from outer to inner say: builders = b1, b2, b3, return b1(b2(b3)).