Skip to content

Simplest way to mock http response. Pretty useful to troubleshoot Ingress/Istio and other routing issues. It logs all available information to simplify troubleshooting

Notifications You must be signed in to change notification settings

tr3mor/restmock

Repository files navigation

Restmock

Simplest way to mock http response. Pretty useful to troubleshoot Ingress/Istio and other routing issues.
It logs all available information to simplify troubleshooting.

Config example:

---
interactions:
  - request:
      path: /
      method: GET
    response:
      statusCode: 200
      type: plain
      body: 'test plain response'
  - request:
      path: /json
      method: GET
    response:
      statusCode: 200
      type: json
      body: '{"name": "test json response"}'

About

Simplest way to mock http response. Pretty useful to troubleshoot Ingress/Istio and other routing issues. It logs all available information to simplify troubleshooting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published