Edit

Share via


HttpRequestSequenceMockConfiguration interface

Configuration for a HttpRequestSequenceMock.

Properties

body
matchType
method
responses
url

Property Details

body

body?: string

Property Value

string

matchType

matchType?: string | BodyMatchType

Property Value

string | BodyMatchType

method

method?: string | HttpMethod

Property Value

string | HttpMethod

responses

responses?: HttpResponseMock[]

Property Value

url

url?: string

Property Value

string