AbstractResponseSpecification
abstract class AbstractResponseSpecification<P : Any, T : Any>(var delay: Duration) : ResponseSpecification(source)
Parameters
delay
delay to first token
Type Parameters
P
The type of the request body.
T
The type of the response body.