Skip to content

Commit 48d2ae5

Browse files
authored
docs: update links to v2 versions in README.md (#250)
1 parent 725f619 commit 48d2ae5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Oxy [![Build Status](https://travis-ci.org/vulcand/oxy.svg?branch=master)](https
33

44
Oxy 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

1515
It is designed to be fully compatible with http standard library, easy to customize and reuse.
1616

0 commit comments

Comments
 (0)