MCPcopy 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
243HttpCookieIterator::HttpCookieIterator(StringSpan cookieHeader) : header(cookieHeader) {}
244
245bool HttpCookieIterator::next(HttpHeaderKeyValue& pair)
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected