Skip to content

Commit d27f2af

Browse files
committed
readme: add tcpsock:tlshandshake and tcpsock:sslhandshake to
implemented list.
1 parent 9c3c5f6 commit d27f2af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Table of Contents
2626
* [resty.core.time](#restycoretime)
2727
* [resty.core.worker](#restycoreworker)
2828
* [resty.core.phase](#restycorephase)
29+
* [resty.core.socket_tcp](#restycoresocket_tcp)
2930
* [ngx.semaphore](#ngxsemaphore)
3031
* [ngx.balancer](#ngxbalancer)
3132
* [ngx.ssl](#ngxssl)
@@ -241,6 +242,13 @@ API Implemented
241242

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

245+
## resty.core.socket_tcp
246+
247+
* [tcpsock:tlshandshake](https://github.com/openresty/lua-nginx-module#tcpsocktlshandshake)
248+
* [tcpsock:sslhandshake](https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake)
249+
250+
[Back to TOC](#table-of-contents)
251+
244252
## resty.core.ndk
245253

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

0 commit comments

Comments
 (0)