Fix default headers plugin README (#4414)

This commit is contained in:
Bo Flynn 2022-01-26 11:32:03 -05:00 committed by GitHub
parent ee04eb0c7d
commit b502e78ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ Headers can be added by setting a `DEFAULT_HEADERS` environment variable.
"Connection": "close" "Connection": "close"
} }
} }
```
Default header can be removed by setting value to null. For example, use folder environment variables to remove authorization header from anonymous calls Default header can be removed by setting value to null. For example, use folder environment variables to remove authorization header from anonymous calls