Skip to content

Commit d1d0198

Browse files
committed
Add notes regarding to http v2 to the README
Fixes #134
1 parent 1faed54 commit d1d0198

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ align="right">
1212
> For Tarantool 1.6.5+, both HTTP server and client are available
1313
> [here](https://github.com/tarantool/http/tree/tarantool-1.6).
1414
15+
## http v2
16+
17+
http v2 that was implemented in
18+
[#90](https://github.com/tarantool/http/issues/90) has been reverted in a
19+
master branch (commits
20+
[01004d7..e7e00ea](https://github.com/tarantool/http/compare/01004d7..e7e00ea))
21+
and a limited number of reverted commits were reimplemened on top of http v1.
22+
However http v2 changes are still available in a branch
23+
[http-v2](https://github.com/tarantool/http/tree/http-v2) as well as Lua
24+
rockspecs available with prefix "http-v2-" instead of "http-". See reasons and
25+
decisions regarding each reverted commit in
26+
[#134](https://github.com/tarantool/http/issues/134).
27+
1528
## Table of contents
1629

1730
* [Prerequisites](#prerequisites)

0 commit comments

Comments
 (0)