ProviderContainer& getProviderContainer() { MUTABLE_CONSTRUCT_ON_FIRST_USE(ProviderContainer); }
absl::string_view AdminHtmlUtil::getResource(absl::string_view resource_name, std::string& buf) {
void AdminHtmlUtil::renderTableEnd(Buffer::Instance& response) { response.add(AdminHtmlTableEnd); }
void AdminHtmlUtil::finalize(Buffer::Instance& response) { response.add("</body>\n</html>\n"); }
response.addFragments({"<input type='checkbox' name='", name, "' id='", id, "' form='", path,
response.addFragments({"<input type='text' name='", name, "' id='", id, "' form='", path, "'",
response.addFragments({"\n<tr><td><form action='", path, "' method='", method, "' id='", path,
absl::StrCat("param-", index, "-", absl::StrReplaceAll(path, {{"/", "-"}}), "-", param.id_);