Skip to content

Commit d8fda06

Browse files
committed
doc: added Table of Contents.
1 parent f53a247 commit d8fda06

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Name
33

44
lua-resty-upload - Streaming reader and parser for HTTP file uploading based on ngx_lua cosocket
55

6+
Table of Contents
7+
=================
8+
9+
* [Name](#name)
10+
* [Status](#status)
11+
* [Description](#description)
12+
* [Synopsis](#synopsis)
13+
* [Author](#author)
14+
* [Copyright and License](#copyright-and-license)
15+
* [See Also](#see-also)
16+
617
Status
718
======
819

@@ -148,11 +159,15 @@ Instead of writing the data chunk into files (as shown in the example above),
148159
you can also write the data chunks to upstream cosocket connections if you do
149160
not want to save the data on local file systems.
150161

162+
[Back to TOC](#table-of-contents)
163+
151164
Author
152165
======
153166

154167
Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
155168

169+
[Back to TOC](#table-of-contents)
170+
156171
Copyright and License
157172
=====================
158173

@@ -170,6 +185,8 @@ Redistribution and use in source and binary forms, with or without modification,
170185

171186
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
172187

188+
[Back to TOC](#table-of-contents)
189+
173190
See Also
174191
========
175192
* the [ngx_lua module](http://wiki.nginx.org/HttpLuaModule)
@@ -178,3 +195,5 @@ See Also
178195
* the [lua-resty-redis](https://github.com/agentzh/lua-resty-redis) library
179196
* the [lua-resty-mysql](https://github.com/agentzh/lua-resty-mysql) library
180197

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

0 commit comments

Comments
 (0)