Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
LocalOnly = true
RecordRequests = true
[[Server]]
Pattern = "GET /custom/endpoint"
Response.Body = '''should not see this response, latter response takes precedence'''
Response.Body = '''custom
---
response
'''
Response.StatusCode = 201
[Server.Response.Headers]
"X-Custom-Header" = ["hello"]
[[Repls]]
Old = 'Date: .*'
New = 'Date: (redacted)'
Old = 'Content-Length: [0-9]*'
New = 'Content-Length: (redacted)'