context

package
v1.0.1-rc1 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context interface {
	Next()
	Abort()
	AbortWithError(string, error)

	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

	WriteErr(p interface{})

	Request()
	Response()
}

Context run context

type ContextKey

type ContextKey string

func (ContextKey) String

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