Update README.md
This commit is contained in:
parent
d5ba7d7ba7
commit
96fa40d4b3
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
|
@ -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"]
|
"Accept": ["application/json"]<br/>
|
||||||
},
|
},<br/>
|
||||||
"response": "<html>",
|
"response": "<html>",<br/>
|
||||||
"responseStatus": 200
|
"responseStatus": 200<br/>
|
||||||
}
|
}<br/>
|
||||||
|
|
||||||
- url can be java regex expression
|
- url can be java regex expression
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue