Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ wsgiheader
Method
wsgiheader
module/lib/bottle.py:1315–1317 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1313
yield
'Set-Cookie'
, c.OutputString()
1314
1315
def
wsgiheader(self):
1316
depr(
'The wsgiheader method is deprecated. See headerlist.'
)
#0.10
1317
return
self.headerlist
1318
1319
@property
1320
def
headerlist(self):
Callers
nothing calls this directly
Calls
1
depr
Function · 0.85
Tested by
no test coverage detected