Update README.md

This commit is contained in:
Sander Hautvast 2015-06-10 10:32:15 +02:00
parent d5ba7d7ba7
commit 96fa40d4b3

View file

@ -7,17 +7,17 @@ Simple universal mocking tool for http requests
- replay - replay
<h3>Sample json</h3> <h3>Sample json</h3>
{ {<br/>
"id": "91f83cd9-a0a5-49f5-b740-78ba8f504797", "id": "91f83cd9-a0a5-49f5-b740-78ba8f504797",<br/>
"name": "wehkamp.nl", "name": "wehkamp.nl",<br/>
"url": "http://www.wehkamp.nl", "url": "http://www.wehkamp.nl",<br/>
"method": "GET", "method": "GET",<br/>
"requestHeaders": { "requestHeaders": {<br/>
"Accept": ["application/json"] &nbsp;&nbsp;"Accept": ["application/json"]<br/>
}, &nbsp;&nbsp;},<br/>
"response": "<html>", "response": "<html>",<br/>
"responseStatus": 200 "responseStatus": 200<br/>
} }<br/>
- url can be java regex expression - url can be java regex expression