type golang.org/x/net/http2.OpenStreamOptions

7 uses

	golang.org/x/net/http2 (current package)
		server.go#L2112: 	sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID, priority: priority})
		writesched_common.go#L15: 	OpenStream(streamID uint32, options OpenStreamOptions)
		writesched_common.go#L43: type OpenStreamOptions struct {
		writesched_priority_rfc7540.go#L227: func (ws *priorityWriteSchedulerRFC7540) OpenStream(streamID uint32, options OpenStreamOptions) {
		writesched_priority_rfc9218.go#L60: func (ws *priorityWriteSchedulerRFC9218) OpenStream(streamID uint32, opt OpenStreamOptions) {
		writesched_random.go#L34: func (ws *randomWriteScheduler) OpenStream(streamID uint32, options OpenStreamOptions) {
		writesched_roundrobin.go#L41: func (ws *roundRobinWriteScheduler) OpenStream(streamID uint32, options OpenStreamOptions) {