Home
last modified time | relevance | path

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

/haiku/headers/private/netservices/
H A DHttpForm.h141 form_type GetFormType() const;
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp1026 switch (fOptPostFields->GetFormType()) { in _SerializeHeaders()
1106 if (fOptPostFields->GetFormType() != B_HTTP_FORM_MULTIPART) { in _SendPostData()
H A DHttpForm.cpp516 BHttpForm::GetFormType() const in GetFormType() function in BHttpForm