Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1007 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 1007 Bytes

Resty - Middlewares

GoDoc Go Report Card License

Description

resty-middleware is a Go package that provides multiple middleware for Resty.

Requirements

Resty Middlewares requires Go 1.16 or later and Resty.

Instalation

Use go get.

$ go get github.com/lana/resty-middleware

Then import the package into your own code:

import "github.com/lana/resty-middleware"

License

This project is released under the MIT licence. See LICENSE for more details.