handy – github.com/streadway/handy Index | Files | Directories

package documentation

import "github.com/streadway/handy"

Package handy organizes some useful http server handler filters or handlers for reuse.

Index

Source Files

doc.go

Directories

PathSynopsis
acceptPackage accept contains filters to reject requests without a specified Accept header with "406 Not Acceptable".
atomicPackage atomic implements atomic accessors for primitives
breakerPackage breaker implements a circuit breaker with configurable failure thresholds.
corsPackage cors contains filters to handle CORS related requests defined from http://www.w3.org/TR/cors/
encodingPackage encoding contains Content-Encoding related filters.
proxyPackage proxy contains a proxying HTTP transport.
redirectPackage redirect contains filters to handle HTTP and HTTPS redirects
reportPackage report organizes textual reporting from the HTTP context.
retryPackage retry implements a retrying transport based on a combination of strategies.
rewritePackage rewrite contains filters to handle HTTP rewrites
statsdPackage statsd collects and reports telemetry from http handlers.
Version
v0.0.0-20200128134331-0f66f006fb2e (latest)
Published
Jan 28, 2020
Platform
linux/amd64
Last checked
2 months ago

Tools for package owners.