Home
last modified time | relevance | path

Searched refs:htdocs (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttpd.cc118 -d, --htdocs=<PATH> in print_help()
137 relative to document root. See --htdocs option. in print_help()
211 {"htdocs", required_argument, nullptr, 'd'}, in main()
263 config.htdocs = optarg; in main()
454 if (config.htdocs.empty()) { in main()
468 if (config.htdocs.empty()) { in main()
469 config.htdocs = "./"; in main()
H A DHttpServer.h58 std::string htdocs; member
H A DHttpServer.cc1303 auto len = hd->get_config()->htdocs.size() + path.size(); in prepare_response()
1314 auto &htdocs = hd->get_config()->htdocs; in prepare_response() local
1315 p = std::copy(std::begin(htdocs), std::end(htdocs), p); in prepare_response()

Completed in 6 milliseconds