Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h827 struct ErrorPage { struct
867 std::vector<ErrorPage> error_pages;
Dshrpx_config.cc1434 int parse_error_page(std::vector<ErrorPage> &error_pages, const StringRef &opt, in parse_error_page()
1488 error_pages.push_back(ErrorPage{std::move(content), code}); in parse_error_page()