Searched refs:make_status_body (Results 1 – 1 of 1) sorted by relevance
/third_party/nghttp2/src/ |
D | HttpServer.cc | 1918 FileEntry make_status_body(int status, uint16_t port) { in make_status_body() function 1974 {"200", make_status_body(200, config_->port)}, in HttpServer() 1975 {"301", make_status_body(301, config_->port)}, in HttpServer() 1976 {"400", make_status_body(400, config_->port)}, in HttpServer() 1977 {"404", make_status_body(404, config_->port)}, in HttpServer() 1978 {"405", make_status_body(405, config_->port)}, in HttpServer()
|