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

/haiku/headers/private/netservices/
H A DHttpRequest.h152 const char* const B_HTTP_PUT = "PUT"; member in namespace:BPrivate::Network
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp1042 || fRequestMethod == B_HTTP_PUT)) {
1166 } else if ((fRequestMethod == B_HTTP_POST || fRequestMethod == B_HTTP_PUT)

Completed in 45 milliseconds