httpmock 0.8.3

HTTP mocking library for Rust
Documentation
1
2
3
4
5
6
when:
  method: GET
  path: /static-mock/examples/simple
then:
  status: 200
  json_body: '{ "response" : "hello" }'