-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Greetings!
I would like to request the ability to disable the default server header entirely, as showing the default server: Granian header does raise some best practice issues for my projects.
I've already checked that there is a related PR #522, which would allow me to send a server header with some obscured value in every response, but I would like the ability to optionally not have the header be inserted at all.
For reference against other third party libraries, in uvicorn, this can be achieved with the command line option --no-server-header or environment variable "UVICORN_SERVER_HEADER"=0 (https://www.uvicorn.org/settings/#http)
aldem
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request