| Header Name | Header Value |
|---|
MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests.
When cursor hovers over an item. It's description is displayed below.
Link is an url representing an endpoint at which you can receive your mocked response by simply sending get request.
To save message, the message must be changed!
This is saved messages, with unique id.
Value of the field is corresponding to status value that server will return.
Value of the field describes content of body payload contained in the response. For example if content is in xml format the value should be "application/xml" or "text/xml"
Value of the field describes content of response body. It's basicly the message we want server to return. If it's simple response like 200 OK or 404 not found then field might be left empty.
Content of this tab allows to set and modify headers that will be included in the response.
Content of this tab displays the history of requests or responses received/sent to the endpoint
Insert value in the field and press the plus icon to add a new header to the message.