mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
added docstring
This commit is contained in:
parent
005bcf5012
commit
68b1271190
@ -388,6 +388,7 @@ class RenderMixin:
|
||||
return m(ctx)
|
||||
|
||||
def render_OPTIONS(self, ctx):
|
||||
"""Handle HTTP OPTIONS request"""
|
||||
from allmydata import __version__
|
||||
req = IRequest(ctx)
|
||||
req.setHeader("server", "Tahoe-LAFS gateway v" + __version__)
|
||||
|
Loading…
Reference in New Issue
Block a user