Skip to content

Commit

Permalink
feature: added lua-resty-http2
Browse files Browse the repository at this point in the history
lua-resty-http2 implements the HTTP/2 Protocol (Client Side) with the
pure Lua codes.
  • Loading branch information
tokers authored and bungle committed Sep 29, 2018
1 parent 296570e commit 9c05b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -327,6 +327,7 @@ Core Libraries are bundled in OpenResty package, and you don't need to separatel
* [lua-resty-balancer](https://github.com/openresty/lua-resty-balancer) — A generic consistent hash implementation for OpenResty
* [lua-resty-sniproxy](https://github.com/fffonion/lua-resty-sniproxy) — SNI Proxy based on stream-lua-nginx-module
* [lua-resty-multiplexer](https://github.com/fffonion/lua-resty-multiplexer) — Transparent port service multiplexer for stream subsystem
* [lua-resty-http2](https://github.com/tokers/lua-resty-http2) — The HTTP/2 Protocol (Client Side) Implementation for OpenResty

#### Databases and Storages

Expand Down

0 comments on commit 9c05b09

Please sign in to comment.