Categorygithub.com/michele/echo-requestid
modulepackage
1.0.0
Repository: https://github.com/michele/echo-requestid.git
Documentation: pkg.go.dev

# README

Build Status Go Report Card

Echo X-Request-Id middleware

Usage

Include it in your project and then add the middleware like this:

go get github.com/michele/echo-requestid

or

glide get github.com/michele/echo-requestid

then use it in your project:

import (
  requestid "github.com/michele/echo-requestid"
)

...

r := echo.New()
r.Use(requestid.RequestIdMiddleware)

# Functions

No description provided by the author