Home
last modified time | relevance | path

Searched refs:GetMultipartFooter (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/netservices/
H A DHttpForm.h143 BString GetMultipartFooter() const;
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp530 BHttpForm::GetMultipartFooter() const in GetMultipartFooter() function in BHttpForm
H A DHttpRequest.cpp1163 BString footer = fOptPostFields->GetMultipartFooter(); in _SendPostData()