@@ -3,14 +3,14 @@ Oxy [](https
3
3
4
4
Oxy is a Go library with HTTP handlers that enhance HTTP standard library:
5
5
6
- * [ Buffer] ( http ://godoc.org /github.com/vulcand/oxy/buffer) retries and buffers requests and responses
7
- * [ Stream] ( http ://godoc.org /github.com/vulcand/oxy/stream) passes-through requests, supports chunked encoding with configurable flush interval
8
- * [ Forward] ( http ://godoc.org /github.com/vulcand/oxy/forward) forwards requests to remote location and rewrites headers
9
- * [ Roundrobin] ( http ://godoc.org /github.com/vulcand/oxy/roundrobin) is a round-robin load balancer
10
- * [ Circuit Breaker] ( http ://godoc.org /github.com/vulcand/oxy/cbreaker) Hystrix-style circuit breaker
11
- * [ Connlimit] ( http ://godoc.org /github.com/vulcand/oxy/connlimit) Simultaneous connections limiter
12
- * [ Ratelimit] ( http ://godoc.org /github.com/vulcand/oxy/ratelimit) Rate limiter (based on tokenbucket algo)
13
- * [ Trace] ( http ://godoc.org /github.com/vulcand/oxy/trace) Structured request and response logger
6
+ * [ Buffer] ( https ://pkg.go.dev /github.com/vulcand/oxy/buffer) retries and buffers requests and responses
7
+ * [ Stream] ( https ://pkg.go.dev /github.com/vulcand/oxy/stream) passes-through requests, supports chunked encoding with configurable flush interval
8
+ * [ Forward] ( https ://pkg.go.dev /github.com/vulcand/oxy/forward) forwards requests to remote location and rewrites headers
9
+ * [ Roundrobin] ( https ://pkg.go.dev /github.com/vulcand/oxy/roundrobin) is a round-robin load balancer
10
+ * [ Circuit Breaker] ( https ://pkg.go.dev /github.com/vulcand/oxy/cbreaker) Hystrix-style circuit breaker
11
+ * [ Connlimit] ( https ://pkg.go.dev /github.com/vulcand/oxy/connlimit) Simultaneous connections limiter
12
+ * [ Ratelimit] ( https ://pkg.go.dev /github.com/vulcand/oxy/ratelimit) Rate limiter (based on tokenbucket algo)
13
+ * [ Trace] ( https ://pkg.go.dev /github.com/vulcand/oxy/trace) Structured request and response logger
14
14
15
15
It is designed to be fully compatible with http standard library, easy to customize and reuse.
16
16
0 commit comments