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

/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp108 fRequestMethod(B_HTTP_GET),
130 fRequestMethod(other.fRequestMethod),
163 fRequestMethod = method;
278 fRequestMethod = B_HTTP_POST;
471 && fRequestMethod == B_HTTP_POST) {
713 if (fRequestMethod == B_HTTP_HEAD
924 BString request(fRequestMethod);
1016 BString request(fRequestMethod);
1023 if (fOptPostFields != NULL && fRequestMethod
[all...]
/haiku/headers/private/netservices/
H A DHttpRequest.h109 BString fRequestMethod; member in class:BPrivate::Network::BHttpRequest

Completed in 41 milliseconds