Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ HttpCookieIterator
Method
HttpCookieIterator
Libraries/Http/HttpHeaders.cpp:243–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
};
242
243
HttpCookieIterator::HttpCookieIterator(StringSpan cookieHeader) : header(cookieHeader) {}
244
245
bool HttpCookieIterator::next(HttpHeaderKeyValue& pair)
246
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected