Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.h31 static inline bool IsHttpSuccess(int http_code) { in IsHttpSuccess() function
40 bool HttpSuccess() { return IsHttpSuccess(http_code); } in HttpSuccess()