Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Upgrader ¶
type Upgrader struct {
// contains filtered or unexported fields
}
Upgrader upgrades HTTP connections to SSE event streams.
func NewUpgrader ¶
func NewUpgrader(tracerProvider tracing.TracerProvider) *Upgrader
NewUpgrader creates a new SSE Upgrader.
func (*Upgrader) UpgradeToEventStream ¶
func (u *Upgrader) UpgradeToEventStream(w http.ResponseWriter, r *http.Request) (eventstream.EventStream, error)
UpgradeToEventStream upgrades an HTTP connection to a unidirectional SSE event stream.
Click to show internal directories.
Click to hide internal directories.