Searched refs:wwwAuthenticate (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpAuthentication.cpp64 BHttpAuthentication::Initialize(const BString& wwwAuthenticate) argument
69 if (wwwAuthenticate.Length() == 0)
74 int32 firstSpace = wwwAuthenticate.FindFirst(' ');
77 wwwAuthenticate.CopyInto(authRequired, 0, wwwAuthenticate.Length());
79 wwwAuthenticate.CopyInto(authRequired, 0, firstSpace);
80 wwwAuthenticate.CopyInto(additionalData, firstSpace+1,
81 wwwAuthenticate.Length());
/haiku-fatelf/headers/os/net/
H A DHttpAuthentication.h50 status_t Initialize(const BString& wwwAuthenticate);

Completed in 35 milliseconds