Skip to content

Commit

Permalink
readme: add tcpsock:tlshandshake and tcpsock:sslhandshake to
Browse files Browse the repository at this point in the history
implemented list.
  • Loading branch information
dndx committed Sep 25, 2019
1 parent 756a5a9 commit 9e5a7d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Table of Contents
* [resty.core.time](#restycoretime)
* [resty.core.worker](#restycoreworker)
* [resty.core.phase](#restycorephase)
* [resty.core.socket_tcp](#restycoresocket_tcp)
* [ngx.semaphore](#ngxsemaphore)
* [ngx.balancer](#ngxbalancer)
* [ngx.ssl](#ngxssl)
Expand Down Expand Up @@ -241,6 +242,13 @@ API Implemented

[Back to TOC](#table-of-contents)

## resty.core.socket_tcp

* [tcpsock:tlshandshake](https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake)
* [tcpsock:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)

[Back to TOC](#table-of-contents)

## resty.core.ndk

* [ndk.set_var](https://github.com/openresty/lua-nginx-module#ndkset_vardirective)
Expand Down

0 comments on commit 9e5a7d7

Please sign in to comment.