MockedServices v1.0.0

Your Message

Messaged id: 1

> show/hide advanced settings

Name Value
Timestamp Type
2021-01-01T10:57:26 Client request
2021-01-01T10:57:26 Client request

Message List

What's this?

MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests.

Help

When cursor hovers over an item. It's description is displayed below.

Link

Link is an url representing an endpoint at which you can receive your mocked response by simply sending get request.

Http Status

Value of the field is corresponding to status value that server will return.

Content Type

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"

Body

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.

Headers

Content of this tab allows to set and modify headers that will be included in the response.

History

Content of this tab displays the history of requests or responses received/sent to the endpoint

New header

Insert value in the field and press the plus icon to add a new header to the message.