HTTP_STATUS        14 net/http/http_status_code.cc #define HTTP_STATUS(label, code, reason) case HTTP_ ## label: return reason;
HTTP_STATUS        16 net/http/http_status_code.cc #undef HTTP_STATUS
HTTP_STATUS        15 net/http/http_status_code.h #define HTTP_STATUS(label, code, reason) HTTP_ ## label = code,
HTTP_STATUS        17 net/http/http_status_code.h #undef HTTP_STATUS