From b5bd2e1b8ad4bb87fd761ba5ea4f6dcb018897ce Mon Sep 17 00:00:00 2001 From: Cedric Wille Date: Thu, 5 May 2022 16:55:10 -0400 Subject: [PATCH] Elaborate on docs --- sprockets/http/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sprockets/http/app.py b/sprockets/http/app.py index 90016a3..ac78899 100644 --- a/sprockets/http/app.py +++ b/sprockets/http/app.py @@ -214,6 +214,7 @@ class Application(CallbackManager, web.Application): If the `server` parameter is provided, it will be used for the server header. Otherwise, the server header will default as {service}/{version} + or {service}. """