Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor changes
Browse files Browse the repository at this point in the history
ShrutiVerma97 committed Jan 26, 2022
1 parent 5494e4e commit dd4d39f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/website/docs/v1.x/getting-started.md
Original file line number Diff line number Diff line change
@@ -88,13 +88,9 @@ val app = Http.collectZIO[Request] {
```

### Testing
<<<<<<< HEAD

Since `Http` is a function of the form `A => ZIO[R, Option[E], B]` to test it you can simply call an `Http` like a function.

=======
ZIO HTTP provides a `zhttp-test` package for use in unit tests. You can utilize it as follows:
>>>>>>> 25679348 (fix: getting started)
```scala
import zio.test._
import zhttp.http._

1 comment on commit dd4d39f

@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: 906540.66

Please sign in to comment.