Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Edge ¶
type Edge struct { Session tunnel.Session Stream tunnel.Stream Path string Values url.Values Header http.Header RealIP string }
Edge is a transport agnostic edge object
type HTTPUpgrader ¶
Upgrade incoming edge requests via HTTP
type Subscriber ¶
type Subscriber interface {
Subscribe(u Upgrader)
}
Subscribe to incoming requests
Click to show internal directories.
Click to hide internal directories.