Skip to content

Commit 0dec207

Browse files
committed
updated docs to reflect recent changes.
1 parent 44ad1ce commit 0dec207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Synopsis
6868

6969
A typical output of the /test location defined above is:
7070

71-
read: ["header",["Content-Disposition","form-data; name=\"file1\"; filename=\"a.txt\""]]
72-
read: ["header",["Content-Type","text\/plain"]]
71+
read: ["header",["Content-Disposition","form-data; name=\"file1\"; filename=\"a.txt\"","Content-Disposition: form-data; name=\"file1\"; filename=\"a.txt\""]]
72+
read: ["header",["Content-Type","text\/plain","Content-Type: text\/plain"]]
7373
read: ["body","Hello"]
7474
read: ["body",", wor"]
7575
read: ["body","ld"]
7676
read: ["part_end"]
77-
read: ["header",["Content-Disposition","form-data; name=\"test\""]]
77+
read: ["header",["Content-Disposition","form-data; name=\"test\"","Content-Disposition: form-data; name=\"test\""]]
7878
read: ["body","value"]
7979
read: ["body","\r\n"]
8080
read: ["part_end"]

0 commit comments

Comments
 (0)