Home
last modified time | relevance | path

Searched defs:http2writeResHeaders (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go10642 type http2writeResHeaders struct { struct
10643 streamID uint32
10644 httpResCode int // 0 means no ":status" line
10645 h Header // may be nil
10646 trailers []string // if non-nil, which keys of h to write. nil means all.
10647 endStream bool
10649 date string
10650 contentType string
10651 contentLength string
10661 func (w *http2writeResHeaders) staysWithinBuffer(max int) bool {
[all …]