Searched defs:http2writeResHeaders (Results 1 – 1 of 1) sorted by relevance
10642 type http2writeResHeaders struct { struct10643 streamID uint3210644 httpResCode int // 0 means no ":status" line10645 h Header // may be nil10646 trailers []string // if non-nil, which keys of h to write. nil means all.10647 endStream bool10649 date string10650 contentType string10651 contentLength string10661 func (w *http2writeResHeaders) staysWithinBuffer(max int) bool {[all …]