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 Upstream ¶
type Upstream interface { Roundtrip(call *apps.CallRequest, async bool) (io.ReadCloser, error) GetStatic(path string) (io.ReadCloser, int, error) }
Upstream should be abbreviated as `up`.
Click to show internal directories.
Click to hide internal directories.