Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Call ¶
func Call(u Upstream, call *apps.CallRequest) *apps.CallResponse
Types ¶
type StaticUpstream ¶
type StaticUpstream interface {
GetStatic(path string) (io.ReadCloser, int, error)
}
type Upstream ¶
type Upstream interface { StaticUpstream Roundtrip(call *apps.CallRequest, async bool) (io.ReadCloser, error) }
Upstream should be abbreviated as `up`.
Click to show internal directories.
Click to hide internal directories.