Home
last modified time | relevance | path

Searched refs:HTTP_METHOD_POST (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/http_parcom/include/
Dhttp_composer.h39 HTTP_METHOD_POST, // both HTTP 1.0 and HTTP 1.1 enumerator
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp852 if (aMethod == HTTP_METHOD_POST) bitMask = MASK_HTTPPOST_EXTENSIONHEADER; in getBitMaskForHttpMethod()