error_page

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct{}

type ErrorPage

type ErrorPage struct {
	Body        string `json:"body,omitempty"`
	ContentType string `json:"content_type,omitempty"`
}

type Metadata

type Metadata struct {
	Enable   bool      `json:"enable,omitempty"`
	Error404 ErrorPage `json:"error_404"`
	Error500 ErrorPage `json:"error_500"`
	Error502 ErrorPage `json:"error_502"`
	Error503 ErrorPage `json:"error_503"`
}

type Plugin

type Plugin struct {
	base.BasePlugin
	// contains filtered or unexported fields
}

func (*Plugin) AppliesToResponseSource

func (p *Plugin) AppliesToResponseSource(source apisixctx.ResponseSource) bool

func (*Plugin) Config

func (p *Plugin) Config() any

func (*Plugin) Handler

func (p *Plugin) Handler(next http.Handler) http.Handler

func (*Plugin) Init

func (p *Plugin) Init() error

func (*Plugin) PostInit

func (p *Plugin) PostInit() error

func (*Plugin) RunBufferedBodyFilter

func (p *Plugin) RunBufferedBodyFilter(r *http.Request, state *base.ResponseState) error

Jump to

Keyboard shortcuts

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