Freigeben über


HttpRequestSequenceMockConfiguration interface

Konfiguration für ein HttpRequestSequenceMock.

Eigenschaften

body
matchType
method
responses
url

Details zur Eigenschaft

body

body?: string

Eigenschaftswert

string

matchType

matchType?: string | BodyMatchType

Eigenschaftswert

string | BodyMatchType

method

method?: string | HttpMethod

Eigenschaftswert

string | HttpMethod

responses

responses?: HttpResponseMock[]

Eigenschaftswert

url

url?: string

Eigenschaftswert

string