net/http.http2FrameWriteRequest.write (field)
33 uses
net/http (current package)
h2_bundle.go#L4343: err := wr.write.writeFrame(sc)
h2_bundle.go#L4389: write: http2writeSettings{
h2_bundle.go#L4430: if se, ok := wr.write.(http2StreamError); ok {
h2_bundle.go#L4574: write: writeArg,
h2_bundle.go#L4661: _, isReset := wr.write.(http2StreamError)
h2_bundle.go#L4669: switch wr.write.(type) {
h2_bundle.go#L4710: switch wr.write.(type) {
h2_bundle.go#L4721: if wpp, ok := wr.write.(*http2writePushPromise); ok {
h2_bundle.go#L4733: if wr.write.staysWithinBuffer(sc.bw.Available()) {
h2_bundle.go#L4735: err := wr.write.writeFrame(sc)
h2_bundle.go#L4760: if http2writeEndsStream(wr.write) {
h2_bundle.go#L4787: switch v := wr.write.(type) {
h2_bundle.go#L4824: write: &http2writeGoAway{
h2_bundle.go#L4833: sc.startFrameWrite(http2FrameWriteRequest{write: http2writeSettingsAck{}})
h2_bundle.go#L4846: sc.startFrameWrite(http2FrameWriteRequest{write: http2flushFrameWriter{}})
h2_bundle.go#L4905: sc.writeFrame(http2FrameWriteRequest{write: se})
h2_bundle.go#L5022: sc.writeFrame(http2FrameWriteRequest{write: http2writePingAck{f}})
h2_bundle.go#L5339: st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2streamError(st.id, http2ErrCodeInternal)})
h2_bundle.go#L5709: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L5750: write: headerData,
h2_bundle.go#L5773: write: http2write100ContinueHeadersFrame{st.id},
h2_bundle.go#L5838: write: http2writeWindowUpdate{streamID: streamID, n: uint32(n)},
h2_bundle.go#L6466: write: &http2writePushPromise{
h2_bundle.go#L9659: write http2writeFramer
h2_bundle.go#L9675: if se, ok := wr.write.(http2StreamError); ok {
h2_bundle.go#L9696: if wd, ok := wr.write.(*http2writeData); ok {
h2_bundle.go#L9716: wd, ok := wr.write.(*http2writeData)
h2_bundle.go#L9736: write: &http2writeData{
h2_bundle.go#L9750: write: &http2writeData{
h2_bundle.go#L9769: if s, ok := wr.write.(fmt.Stringer); ok {
h2_bundle.go#L9772: des = fmt.Sprintf("%T", wr.write)
h2_bundle.go#L9786: panic(fmt.Sprintf("unbuffered done channel passed in for type %T", wr.write))
h2_bundle.go#L9788: wr.write = nil // prevent use (assume it's tainted after wr.done send)
 |
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. |