package documentation
import "github.com/streadway/handy"
Package handy organizes some useful http server handler filters or handlers for reuse.
Index ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
accept | Package accept contains filters to reject requests without a specified Accept header with "406 Not Acceptable". |
atomic | Package atomic implements atomic accessors for primitives |
breaker | Package breaker implements a circuit breaker with configurable failure thresholds. |
cors | Package cors contains filters to handle CORS related requests defined from http://www.w3.org/TR/cors/ |
encoding | Package encoding contains Content-Encoding related filters. |
proxy | Package proxy contains a proxying HTTP transport. |
redirect | Package redirect contains filters to handle HTTP and HTTPS redirects |
report | Package report organizes textual reporting from the HTTP context. |
retry | Package retry implements a retrying transport based on a combination of strategies. |
rewrite | Package rewrite contains filters to handle HTTP rewrites |
statsd | Package 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.