Some clients rely on certain headers to be set to function properly. go-responder should allow the following: ``` responses: /test: get: static: status: 200 headers: X-Forwarded-For: 192.168.0.1 Set-Cookie: Max-Age=0; ```
Some clients rely on certain headers to be set to function properly.
go-responder should allow the following: