Searched defs:writeResHeaders (Results 1 – 1 of 1) sorted by relevance
179 type writeResHeaders struct { struct180 streamID uint32181 httpResCode int // 0 means no ":status" line182 h http.Header // may be nil183 trailers []string // if non-nil, which keys of h to write. nil means all.184 endStream bool186 date string187 contentType string188 contentLength string198 func (w *writeResHeaders) staysWithinBuffer(max int) bool {[all …]