Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ _build_cookie_header
Function
_build_cookie_header
src/services/protocol_login.py:77–78 ·
view source on GitHub ↗
(cookies: Dict[str, str])
Source
from the content-addressed store, hash-verified
75
76
77
def
_build_cookie_header(cookies: Dict[str, str]) -> str:
78
return
"; "
.join(f
"{name}={value}"
for
name, value in cookies.items()
if
name and value)
79
80
81
def
_get_set_cookies(headers: Any) -> List[str]:
Callers
1
login
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected