proxy_rewrite

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name = "proxy_rewrite"
)

Variables

This section is empty.

Functions

func Check added in v0.9.0

func Check(conf *Config, workers map[eosc.RequireId]eosc.IWorker) error

func Create added in v0.9.0

func Create(id, name string, conf *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)

func NewFactory

func NewFactory() eosc.IExtenderDriverFactory

func Register

func Register(register eosc.IExtenderDriverRegister)

Types

type Config

type Config struct {
	URI      string            `json:"uri" label:"路径"`
	RegexURI []string          `` /* 163-byte string literal not displayed */
	Host     string            `json:"host" label:"Host"`
	Headers  map[string]string `` /* 294-byte string literal not displayed */
}

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

type ProxyRewrite

type ProxyRewrite struct {
	drivers.WorkerBase
	// contains filtered or unexported fields
}

func (*ProxyRewrite) CheckSkill

func (p *ProxyRewrite) CheckSkill(skill string) bool

func (*ProxyRewrite) Destroy

func (p *ProxyRewrite) Destroy()

func (*ProxyRewrite) DoFilter

func (p *ProxyRewrite) DoFilter(ctx eocontext.EoContext, next eocontext.IChain) (err error)

func (*ProxyRewrite) DoHttpFilter added in v0.8.0

func (p *ProxyRewrite) DoHttpFilter(ctx http_service.IHttpContext, next eocontext.IChain) (err error)

func (*ProxyRewrite) Reset

func (p *ProxyRewrite) Reset(v interface{}, workers map[eosc.RequireId]eosc.IWorker) error

func (*ProxyRewrite) Start

func (p *ProxyRewrite) Start() error

func (*ProxyRewrite) Stop

func (p *ProxyRewrite) Stop() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL