mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Merge pull request #50 from cwille97/server_header_docs
Document default server header
This commit is contained in:
commit
ef3baa194a
1 changed files with 6 additions and 0 deletions
|
@ -210,6 +210,12 @@ class Application(CallbackManager, web.Application):
|
|||
Note that much of the functionality is implemented in
|
||||
:class:`.CallbackManager`.
|
||||
|
||||
.. rubric:: settings['server']
|
||||
|
||||
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}``.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue