RequestResponseMode

enum RequestResponseMode : Enum<RequestResponseMode>

Defines how the WebserviceMock handles requests.

Entries

Link copied to clipboard

All requests are forwarded to the WebserviceMockConfig.forwardBaseUri.

Link copied to clipboard

Only send a response if it is available in the replay database.

Link copied to clipboard

Replay responses from the replay database when available.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int