MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hasCookie

Method hasCookie

Libraries/HttpClient/HttpClientSession.cpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742bool SC::HttpClientSession::hasCookie(StringSpan name, StringSpan domain, StringSpan path) const
743{
744 HttpClientSessionCookie cookie;
745 return findCookie(name, domain, path, cookie);
746}
747
748SC::Result SC::HttpClientSession::makeBasicAuthorization(StringSpan username, StringSpan password,
749 Span<char> destination, StringSpan& authorizationHeader)

Callers 1

sessionLayerMethod · 0.80

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.64