Add support for response headers
This commit is contained in:
parent
1be072f440
commit
3b6e4c8faf
6 changed files with 34 additions and 4 deletions
|
@ -60,6 +60,7 @@ class ControlServerClient {
|
|||
${data.soap != null ? "<soap>${data.soap}</soap>" : ''}
|
||||
${data.statusCode ? "<statusCode>${data.statusCode}</statusCode>" : ''}
|
||||
${data.method ? "<method>${data.method}</method>" : ''}
|
||||
${data.responseHeaders ? "<responseHeaders>${data.responseHeaders}</responseHeaders>" : ''}
|
||||
</addMock>
|
||||
""", ContentType.create("text/xml", "UTF-8"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue