Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http.cc41 const auto &error_pages = httpconf.error_pages; in create_error_html() local
42 for (const auto &page : error_pages) { in create_error_html()
Dshrpx_config.h733 std::vector<ErrorPage> error_pages; member
Dshrpx_config.cc1294 int parse_error_page(std::vector<ErrorPage> &error_pages, const StringRef &opt, in parse_error_page() argument
1348 error_pages.push_back(ErrorPage{std::move(content), code}); in parse_error_page()
3541 return parse_error_page(config->http.error_pages, opt, optarg); in parse_config()