Documentation
¶
Index ¶
- type App
- type HostReverseProxy
- type Order
- type ReverseProxy
- type Server
- type SubstrateHandler
- func (s SubstrateHandler) CaddyModule() caddy.ModuleInfo
- func (s *SubstrateHandler) Provision(ctx caddy.Context) error
- func (s SubstrateHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
- func (s *SubstrateHandler) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (App) CaddyModule ¶
func (App) CaddyModule() caddy.ModuleInfo
type HostReverseProxy ¶
type HostReverseProxy interface { caddyhttp.MiddlewareHandler caddy.Provisioner SetHost(string) }
type Order ¶
type ReverseProxy ¶
type ReverseProxy struct{ *reverseproxy.Handler }
func (*ReverseProxy) SetHost ¶
func (s *ReverseProxy) SetHost(host string)
type Server ¶
func (*Server) WaitForStart ¶
type SubstrateHandler ¶
type SubstrateHandler struct { Cmd *execCmd `json:"cmd,omitempty"` // contains filtered or unexported fields }
Those come from the child process.
func (SubstrateHandler) CaddyModule ¶
func (s SubstrateHandler) CaddyModule() caddy.ModuleInfo
func (*SubstrateHandler) Provision ¶
func (s *SubstrateHandler) Provision(ctx caddy.Context) error
func (SubstrateHandler) ServeHTTP ¶
func (s SubstrateHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
func (*SubstrateHandler) UnmarshalCaddyfile ¶
func (s *SubstrateHandler) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.