Skip to content

Commit da68b21

Browse files
authored
doc: added missing doc for ssl.clienthello api. (#381)
1 parent 7761a83 commit da68b21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Table of Contents
3232
* [ngx.semaphore](#ngxsemaphore)
3333
* [ngx.balancer](#ngxbalancer)
3434
* [ngx.ssl](#ngxssl)
35+
* [ngx.ssl.clienthello](#ngxsslclienthello)
3536
* [ngx.ssl.session](#ngxsslsession)
3637
* [ngx.re](#ngxre)
3738
* [ngx.resp](#ngxresp)
@@ -298,6 +299,15 @@ See the [documentation](./lib/ngx/ssl.md) for this Lua module for more details.
298299

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

302+
## ngx.ssl.clienthello
303+
304+
This Lua module provides a Lua API for post-processing SSL client hello message
305+
for NGINX downstream SSL connections.
306+
307+
See the [documentation](./lib/ngx/ssl/clienthello.md) for this Lua module for more details.
308+
309+
[Back to TOC](#table-of-contents)
310+
301311
## ngx.ssl.session
302312

303313
This Lua module provides a Lua API for manipulating SSL session data and IDs

0 commit comments

Comments
 (0)