Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.cc1935 FileEntry make_status_body(int status, uint16_t port) { in make_status_body() function
1991 {"200", make_status_body(200, config_->port)}, in HttpServer()
1992 {"301", make_status_body(301, config_->port)}, in HttpServer()
1993 {"400", make_status_body(400, config_->port)}, in HttpServer()
1994 {"404", make_status_body(404, config_->port)}, in HttpServer()
1995 {"405", make_status_body(405, config_->port)}, in HttpServer()