type net/http.PushOptions
8 uses
net/http (current package)
h2_bundle.go#L6293: func (w *http2responseWriter) Push(target string, opts *PushOptions) error {
h2_bundle.go#L6305: opts = new(PushOptions)
http.go#L128: type PushOptions struct {
http.go#L167: Push(target string, opts *PushOptions) error
server.go#L3358: func (tw *timeoutWriter) Push(target string, opts *PushOptions) error {
github.com/prometheus/client_golang/prometheus/promhttp
delegator.go#L107: func (d pusherDelegator) Push(target string, opts *http.PushOptions) error {
golang.org/x/net/http2
server.go#L2738: func (w *responseWriter) Push(target string, opts *http.PushOptions) error {
server.go#L2750: opts = new(http.PushOptions)
![]() |
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. |