So it becomes something along the lines of: ``` mo...
# kotlin-fuel
d
So it becomes something along the lines of:
Copy code
mock.chain(
  request = mock.request().withMethod(...).withPath(...),
  response = mock.response().withHeader(...).withBody(...)
)