Searched refs:http_status_code (Results 1 – 4 of 4) sorted by relevance
201 uint16_t http_status_code; member
1013 if (IS_ENABLED(CONFIG_HAWKBIT_SAVE_PROGRESS) && rsp->http_status_code != 206) { in response_download_cb()1063 if (!IN_RANGE(rsp->http_status_code, 200, 299)) { in response_cb()1064 LOG_ERR("HTTP request denied: %d", rsp->http_status_code); in response_cb()1065 if (rsp->http_status_code == 401 || rsp->http_status_code == 403) { in response_cb()
117 ctx->status = rsp->http_status_code; in response_cb()
201 req->internal.response.http_status_code = in on_status()444 req->internal.response.http_status_code = 0; in http_report_null()