File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- UNRELEASED
1
+ 0.1 - 2016-12-17
2
2
3
3
- Support for HTTP versions 1, 1.1 and 2
4
4
- 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
19
19
[ ![ Build Status] ( https://travis-ci.org/daurnimator/lua-http.svg )] ( https://travis-ci.org/daurnimator/lua-http )
20
20
[ ![ Coverage Status] ( https://coveralls.io/repos/daurnimator/lua-http/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/daurnimator/lua-http?branch=master )
21
21
22
- - First release impending!
23
-
24
22
25
23
# Installation
26
24
27
25
It's recommended to install lua-http by using [ luarocks] ( https://luarocks.org/ ) .
28
26
This will automatically install run-time lua dependencies for you.
29
27
30
- $ luarocks install --server=http://luarocks.org/dev http
28
+ $ luarocks install http
31
29
32
30
## Dependencies
33
31
Original file line number Diff line number Diff line change 1
1
package = " http"
2
- version = " scm -0"
2
+ version = " 0.1 -0"
3
3
4
4
description = {
5
5
summary = " HTTP library for Lua" ;
@@ -8,7 +8,8 @@ description = {
8
8
}
9
9
10
10
source = {
11
- url = " git+https://github.com/daurnimator/lua-http.git" ;
11
+ url = " https://github.com/daurnimator/lua-http/archive/v0.1.zip" ;
12
+ dir = " lua-http-0.1" ;
12
13
}
13
14
14
15
dependencies = {
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ It should be updated as part of the release process
5
5
6
6
return {
7
7
name = " lua-http" ;
8
- version = " scm " ;
8
+ version = " 0.1 " ;
9
9
}
You can’t perform that action at this time.
0 commit comments