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)