Skip to content

Commit 5d30e99

Browse files
committed
readme: add tcpsock:tlshandshake and tcpsock:sslhandshake to
implemented list.
1 parent 99409c1 commit 5d30e99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Table of Contents
2929
* [resty.core.phase](#restycorephase)
3030
* [resty.core.ndk](#restycorendk)
3131
* [resty.core.socket](#restycoresocket)
32+
* [resty.core.socket_tcp](#restycoresocket_tcp)
3233
* [ngx.semaphore](#ngxsemaphore)
3334
* [ngx.balancer](#ngxbalancer)
3435
* [ngx.ssl](#ngxssl)
@@ -260,6 +261,13 @@ in the current request before you reusing the `ctx` table in some other place.
260261

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

264+
## resty.core.socket_tcp
265+
266+
* [tcpsock:tlshandshake](https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake)
267+
* [tcpsock:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)
268+
269+
[Back to TOC](#table-of-contents)
270+
263271
## resty.core.ndk
264272

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

0 commit comments

Comments
 (0)