Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 18, 2024
1 parent 0f1dcf4 commit 464375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/formJsonPost/app/src/FormJsonPost.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object FormJsonPost extends cask.MainRoutes{
ujson.Obj(
"value1" -> value1,
"value2" -> value2,
// `cacheBody = true` buffers up the body of the request in memory before parsing,
// `postJsonCached` buffers up the body of the request in memory before parsing,
// giving you access to the request body data if you want to use it yourself
"body" -> request.text()
)
Expand Down

0 comments on commit 464375c

Please sign in to comment.