First version: without modification of the json structure, allow to specify response headers to all pathes.
docker run -d -p 80 -v /stuff/data.json:/data.json -v /stuff/headers.json:headers.json vpusher/mockend
{
"Cache-Control":"private",
"max-age":":120"
}