Lines Matching defs:server
1527 // 2 for :status and server
1551 nva.push_back(http2::make_nv_ls_nocopy("server", config->http.server_name));
1606 http2::make_nv_ls_nocopy("server", get_config()->http.server_name),
1712 // We need some conditions that must be fulfilled to initiate server
1739 // 6 means :status and possible server, via, x-http2-push, alt-svc,
1785 nva.push_back(http2::make_nv_ls_nocopy("server", httpconf.server_name));
1787 auto server = resp.fs.header(http2::HD_SERVER);
1788 if (server) {
1789 nva.push_back(http2::make_nv_ls_nocopy("server", (*server).value));