InVisionApp Rye Versions Save

A tiny http middleware for Golang with added handlers for common needs.

v1.0.8

5 years ago

Thanks to @bstanley0811 for introducing a custom statter in #36.

v1.0.7

5 years ago

More granular control over which stats are sent

v1.0.6

6 years ago

A new auth middleware mechanism to parse and validate Authorization header. Functionality for following auth types provided:

  • Basic auth
  • JWT (bearer)

1.0.5

6 years ago

Fixes the vendored logrus to use the new lowercased path

v1.0.4

6 years ago

Append response status codes to statsd metrics for all response types, including stop execution.

v1.0.3

6 years ago
  • This fixes a problem where sometimes the wrong handler could get called if you were using the Use() capability.

v1.0.2

6 years ago
  • Release adds an additional middleware for translating a header into a context variable for use throughout the request cycle.

v1.0.1

7 years ago
  • Use() added to allow global handlers. Also fixed a bug in regards to it with anonymous functions and closures.

v1.0.0

7 years ago

First release includes

  • Middleware Handler implementation with StatsD reporting
  • Access Token middleware
  • CIDR middleware
  • CORS middleware
  • JWT validation middleware
  • Route Logging middleware
  • Licensing/Documentation
  • Example