Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h698 struct ErrorPage { struct
733 std::vector<ErrorPage> error_pages;
Dshrpx_config.cc1294 int parse_error_page(std::vector<ErrorPage> &error_pages, const StringRef &opt, in parse_error_page()
1348 error_pages.push_back(ErrorPage{std::move(content), code}); in parse_error_page()