package
1.0.1
Repository: https://github.com/golibs-starter/golib.git
Documentation: pkg.go.dev

# Functions

AdvancedResponseWriter middleware responsible to replace default response writer with a AdvancedResponseWriter.
CorrelationId middleware responsible to inject correlationId to request attributes correlationId is usually sent in the request header by the client (see constant.HeaderCorrelationId), but sometimes it doesn't exist, we will generate it automatically.
RequestContext middleware responsible to inject attributes to the request's context.