get

Registers a GET stub with a String request body.


Registers a GET stub with a String request body and StubConfiguration.


Registers a GET stub with a typed request body.


fun <P : Any> get(configuration: StubConfiguration, requestType: Class<P>, spec: Consumer<RequestSpecificationBuilder<P>>): JavaBuildingStep<P>(source)

Registers a GET stub with a typed request body and StubConfiguration.