Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_constant.h57 static const char *const KEY_HTTP_REQUEST_METHOD; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_constant.cpp52 const char *const HttpConstant::KEY_HTTP_REQUEST_METHOD = "method"; member in OHOS::ACELite::HttpConstant
H A Dfetch_module.cpp218 JSI::GetNamedProperty(options, HttpConstant::KEY_HTTP_REQUEST_METHOD), JSI::ReleaseValue); in GetMethodFromOptions()