Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.09 KB

layer Build Status GoDoc Coverage Status Go Report Card API

Note: deprecated repository. Source has been merged into vinxi/vinxi.

layer implements a simple phase-oriented HTTP middleware layer that behavies likes a first-in first-out queue with built-in error handling and interface overload for better interpolarity with standard and framework-specific interfaces.

Installation

go get -u gopkg.in/vinxi/layer.v0

API

See godoc reference.

Supported interaces

License

MIT