Searched defs:http2responseWriterState (Results 1 – 1 of 1) sorted by relevance
6416 type http2responseWriterState struct { struct6418 stream *http2stream6419 req *Request6420 conn *http2serverConn6423 bw *bufio.Writer // writing to a chunkWriter{this *responseWriterState}6426 handlerHeader Header // nil until called6427 snapHeader Header // snapshot of handlerHeader at WriteHeader time6428 trailers []string // set in writeChunk6429 status int // status code passed to WriteHeader6430 …ader bool // WriteHeader called (explicitly or implicitly). Not necessarily sent to user yet.[all …]