Lines Matching refs:http_status
72 return mrb_fixnum_value(resp.http_status);
90 resp.http_status = status;
223 if (resp.http_status == 0) {
224 resp.http_status = 200;
234 if (resp.http_status == 204 ||
235 (resp.http_status == 200 && req.method == HTTP_CONNECT)) {
290 mrb_int http_status;
292 mrb_get_args(mrb, "iH", &http_status, &hash);
294 if (http_status / 100 != 1) {
351 resp.http_status = http_status;