Added global HTTP response headers configuration. Resolves #3788. by kashimiz · Pull Request #4596 · Azure/azure-functions-host

Resolves #3788 Global HTTP headers are configured at the root host.json level, ex.: { "version": "2.0", "customHeaders": { "X-Content-Type-Options"...