Skip to content

Commit

Permalink
request
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrutiVerma97 committed Feb 4, 2022
1 parent 3b27486 commit ae1b1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/v1.x/dsl/request/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ val app = Http.collect[Request] { case req => Response.text(req.method.toString(
val app = Http.collect[Request] { case req => Response.text(req.url.toString())}
```

### Creating and reading a Request with query params
## Creating and reading a Request with query params

Query params can be added in the request using `url` in `Request`, `URL` stores query params as `Map[String, List[String]]`.

Expand Down

1 comment on commit ae1b1dc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 977146.60

Please sign in to comment.