Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointFilter ¶
type Entrypoint ¶
type MethodFilter ¶
type Middleware ¶
type Middleware struct { MethodFilter *MethodFilter EndpointFilter *EndpointFilter ReplacePath *ReplacePath AddPrefix *AddPrefix IPFilter *IPFilter StripPrefix *StripPrefix }
type Proxy ¶
type Proxy struct { Entrypoint *Entrypoint Socket string Middleware map[string]*Middleware }
type ReplacePath ¶
type StripPrefix ¶
type StripPrefix struct {
Prefix []string
}
Click to show internal directories.
Click to hide internal directories.