Lines Matching defs:host
190 StringRef::from_lit("no-host-rewrite");
192 StringRef::from_lit("backend-http1-connections-per-host");
219 constexpr auto SHRPX_OPT_HOST_REWRITE = StringRef::from_lit("host-rewrite");
283 StringRef::from_lit("backend-connections-per-host");
480 StringRef protocol_id, host, origin, service, params;
500 StringRef host;
512 // true if |host| contains UNIX domain socket path.
516 // true if SNI host should be used as a host when selecting backend
530 StringRef host;
552 // true if |host| contains UNIX domain socket path.
654 // host in http proxy URI
655 StringRef host;
670 StringRef host;
699 StringRef host;
955 // Wildcard host pattern routing. We strips left most '*' from host
957 // host.
959 WildcardPattern(const StringRef &host) : host(host) {}
963 StringRef host;
972 // function with reversed host stripping last character. This is