options

Registers an OPTIONS stub.


Registers an OPTIONS stub with a typed request body.


Registers an OPTIONS stub with StubConfiguration.


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

Registers an OPTIONS stub with a typed request body and StubConfiguration.