File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- UNRELEASED
1+ 0.1 - 2016-12-17
22
33 - Support for HTTP versions 1, 1.1 and 2
44 - Provides both client and server APIs
Original file line number Diff line number Diff line change @@ -19,15 +19,13 @@ Can be found at [https://daurnimator.github.io/lua-http/](https://daurnimator.gi
1919[ ![ Build Status] ( https://travis-ci.org/daurnimator/lua-http.svg )] ( https://travis-ci.org/daurnimator/lua-http )
2020[ ![ Coverage Status] ( https://coveralls.io/repos/daurnimator/lua-http/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/daurnimator/lua-http?branch=master )
2121
22- - First release impending!
23-
2422
2523# Installation
2624
2725It's recommended to install lua-http by using [ luarocks] ( https://luarocks.org/ ) .
2826This will automatically install run-time lua dependencies for you.
2927
30- $ luarocks install --server=http://luarocks.org/dev http
28+ $ luarocks install http
3129
3230## Dependencies
3331
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ It should be updated as part of the release process
55
66return {
77 name = " lua-http" ;
8- version = " scm " ;
8+ version = " 0.1 " ;
99}
You can’t perform that action at this time.
0 commit comments