Skip to content

Commit 761c1f0

Browse files
committed
readme: add tcpsock:tlshandshake and tcpsock:sslhandshake to
implemented list.
1 parent 9906669 commit 761c1f0

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
@@ -28,6 +28,7 @@ Table of Contents
2828
* [resty.core.phase](#restycorephase)
2929
* [resty.core.ndk](#restycorendk)
3030
* [resty.core.socket](#restycoresocket)
31+
* [resty.core.socket_tcp](#restycoresocket_tcp)
3132
* [ngx.semaphore](#ngxsemaphore)
3233
* [ngx.balancer](#ngxbalancer)
3334
* [ngx.ssl](#ngxssl)
@@ -243,6 +244,13 @@ API Implemented
243244

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

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

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

0 commit comments

Comments
 (0)