Skip to content

Commit f53a247

Browse files
committed
minor doc fixes.
1 parent fe43f52 commit f53a247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Synopsis
7272

7373
A typical output of the /test location defined above is:
7474

75-
```json
7675
read: ["header",["Content-Disposition","form-data; name=\"file1\"; filename=\"a.txt\"","Content-Disposition: form-data; name=\"file1\"; filename=\"a.txt\""]]
7776
read: ["header",["Content-Type","text\/plain","Content-Type: text\/plain"]]
7877
read: ["body","Hello"]
@@ -85,7 +84,6 @@ A typical output of the /test location defined above is:
8584
read: ["part_end"]
8685
read: ["eof"]
8786
read: ["eof"]
88-
```
8987

9088
You can use the [lua-resty-string](https://github.com/agentzh/lua-resty-string) library to compute SHA-1 and MD5 digest of the file data incrementally. Here is such an example:
9189

0 commit comments

Comments
 (0)