Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http2/
Dwrite.go191 func encKV(enc *hpack.Encoder, k, v string) { func
214 encKV(enc, ":status", httpCodeString(w.httpResCode))
220 encKV(enc, "content-type", w.contentType)
223 encKV(enc, "content-length", w.contentLength)
226 encKV(enc, "date", w.date)
272 encKV(enc, ":method", w.method)
273 encKV(enc, ":scheme", w.url.Scheme)
274 encKV(enc, ":authority", w.url.Host)
275 encKV(enc, ":path", w.url.RequestURI())
306 encKV(enc, ":status", "100")
[all …]