context

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context added in v1.1.0

type Context interface {
	Next()
	Abort()
	AbortWithError(string, error)
	AppendFilter(ff ...func(Context))

	Status(code int)
	StatusCode() int
	WriteWithStatus(int, []byte) (int, error)
	Write([]byte) (int, error)
	AddHeader(k, v string)
	GetHeader(k string) string
	GetUrl() string
	GetMethod() string

	BuildFilters()

	GetRouteEntry() *model.RouteAction
	SetRouteEntry(ra *model.RouteAction)
	GetClientIP() string
	GetApplicationName() string
	API(router.API)
	GetAPI() *router.API

	WriteErr(p any)

	Request()
	Response()
}

Context run context

type ContextKey added in v1.1.0

type ContextKey string

func (ContextKey) String added in v1.1.0

func (c ContextKey) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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