Lines Matching refs:via
293 // minor version 0 to use via header field in a conventional way.
1739 // 6 means :status and possible server, via, x-http2-push, alt-svc,
1817 auto via = resp.fs.header(http2::HD_VIA);
1819 if (via) {
1820 nva.push_back(http2::make_nv_ls_nocopy("via", (*via).value));
1826 if (via) {
1827 len += via->value.size() + 2;
1832 if (via) {
1833 p = std::copy(std::begin(via->value), std::end(via->value), p);
1839 nva.push_back(http2::make_nv_ls_nocopy("via", StringRef{iov.base, p}));