Home
last modified time | relevance | path

Searched refs:HTTP_METHOD_GET (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/http_parcom/include/
Dhttp_composer.h37 HTTP_METHOD_GET = 0, // both HTTP 1.0 and HTTP 1.1 enumerator
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_download_common.cpp45 iComposer->setMethod(HTTP_METHOD_GET); in setRequestBasics()
/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp39 iMethod = HTTP_METHOD_GET; in reset()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.h356 const HTTPMethod aMethod = HTTP_METHOD_GET);
Dpvmf_protocol_engine_common.cpp851 if (aMethod == HTTP_METHOD_GET) bitMask = MASK_HTTPGET_EXTENSIONHEADER; in getBitMaskForHttpMethod()