MCPcopy
hub / github.com/pallets/werkzeug / _to_request_header

Method _to_request_header

src/werkzeug/test.py:1427–1428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1425 )
1426
1427 def _to_request_header(self) -> str:
1428 return f"{self.key}={self.value}"
1429
1430 @classmethod
1431 def _from_response_header(cls, server_name: str, path: str, header: str) -> te.Self:

Callers 1

_add_cookies_to_wsgiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected