type golang.org/x/net/http2.responseWriterState
12 uses
golang.org/x/net/http2 (current package)
server.go#L71: rws := &responseWriterState{}
server.go#L2132: rws := responseWriterStatePool.Get().(*responseWriterState)
server.go#L2134: *rws = responseWriterState{} // zero all the fields
server.go#L2343: rws *responseWriterState
server.go#L2353: type responseWriterState struct {
server.go#L2380: type chunkWriter struct{ rws *responseWriterState }
server.go#L2384: func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) > 0 }
server.go#L2386: func (rws *responseWriterState) hasNonemptyTrailers() bool {
server.go#L2398: func (rws *responseWriterState) declareTrailer(k string) {
server.go#L2416: func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) {
server.go#L2558: func (rws *responseWriterState) promoteUndeclaredTrailers() {
server.go#L2651: func (rws *responseWriterState) writeHeader(code int) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |