Searched defs:populateResponse (Results 1 – 1 of 1) sorted by relevance
88 type populateResponse struct { struct89 res *Response90 ch chan *Response91 wroteHeader bool92 hasContent bool93 sentResponse bool94 pw *io.PipeWriter97 func (pr *populateResponse) finish() {107 func (pr *populateResponse) sendResponse() {119 func (pr *populateResponse) Header() Header {[all …]