File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ curl -d "id=root&pass=pwd" -X POST http://localhost:8080/user
406406<2> Form as `multi-value map` => `{id=root, pass=[pwd]}`
407407<3> Form variable `id` => `root`
408408<4> Form variable `pass` => `pwd`
409- <5> Form as `U3853 ` object => `User(id=root, pass=pwd)`
409+ <5> Form as `User ` object => `User(id=root, pass=pwd)`
410410
411411==== Multipart
412412
@@ -482,7 +482,7 @@ curl -F id=root -F pass=root -F pic=@/path/to/local/file/profile.png http://loca
482482<3> Form variable `id` => `root`
483483<4> Form variable `pass` => `pwd`
484484<5> javadoc:FileUpload[] variable `pic`
485- <6> Form as `U3853 ` object => `User(id=root, pass=pwd, pic=profile.png)`
485+ <6> Form as `User ` object => `User(id=root, pass=pwd, pic=profile.png)`
486486
487487[NOTE]
488488.File Upload
You can’t perform that action at this time.
0 commit comments