HttpRequestSequenceMockConfiguration interface

HttpRequestSequenceMock 的配置。

属性

body
matchType
method
responses
url

属性详细信息

body

body?: string

属性值

string

matchType

matchType?: string | BodyMatchType

属性值

string | BodyMatchType

method

method?: string | HttpMethod

属性值

string | HttpMethod

responses

responses?: HttpResponseMock[]

属性值

url

url?: string

属性值

string