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