zio-http-testkit
zio-http-testkit
API
zio.http
TestChannel
TestChannel
TestClient
TestClient
TestServer
TestServer
zio-http-testkit
/
zio.http
/
TestServer
TestServer
zio.http.TestServer
See the
TestServer
companion class
object
TestServer
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
TestServer
.
type
Members list
Clear all
Type members
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Value members
Concrete methods
def
addRequestResponse
(
request
:
Request
,
response
:
Response
):
ZIO
[
TestServer
,
Nothing
,
Unit
]
def
addRoute
[
R
](
route
:
Route
[
R
,
Response
]):
ZIO
[
R
&
TestServer
,
Nothing
,
Unit
]
def
addRoutes
[
R
](
routes
:
Routes
[
R
,
Response
]):
ZIO
[
R
&
TestServer
,
Nothing
,
Unit
]
Concrete fields
val
layer
:
ZLayer
[
Driver
,
Throwable
,
TestServer
]
In this article
Attributes
Members list
Type members
Inherited types
Value members
Concrete methods
Concrete fields