Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticUpstream ¶
type StaticUpstream struct {
// contains filtered or unexported fields
}
func NewStaticUpstream ¶
func NewStaticUpstream(m *apps.Manifest, httpOut httpout.Service) *StaticUpstream
func (*StaticUpstream) GetStatic ¶
func (u *StaticUpstream) GetStatic(path string) (io.ReadCloser, int, error)
type Upstream ¶
type Upstream struct {
StaticUpstream
// contains filtered or unexported fields
}
func (*Upstream) Roundtrip ¶
func (u *Upstream) Roundtrip(call *apps.CallRequest, async bool) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.