Searched refs:HTTP_GOT_NOTHING (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_error.cpp | 47 {HTTP_GOT_NOTHING, "Server returned nothing (no headers, no data)"},
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_error.h | 49 HTTP_GOT_NOTHING = HTTP_ERROR_CODE_BASE + CURLE_GOT_NOTHING, enumerator
|
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | constant.h | 81 HTTP_GOT_NOTHING = HTTP_ERROR_CODE_BASE + CURLE_GOT_NOTHING, enumerator
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 171 HTTP_GOT_NOTHING = HTTP_ERROR_CODE_BASE + CURLE_GOT_NOTHING, member in OHOS::NetStack::Http::HttpErrorCode
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request_context.cpp | 48 {static_cast<int32_t>(HttpErrorCode::HTTP_GOT_NOTHING), "Server returned nothing (no headers, no data)."},
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 63 {HTTP_GOT_NOTHING, "Server returned nothing (no headers, no data)"},
|
Completed in 6 milliseconds