mod_http_code

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModHttpCode = "mod_http_code"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleHttpCode

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

ModuleHttpCode counts HTTP status code.

func NewModuleHttpCode

func NewModuleHttpCode() *ModuleHttpCode

NewModuleHttpCode returns a new ModuleHttpCode.

func (*ModuleHttpCode) Init

Init initializes ModuleHttpCode.

func (*ModuleHttpCode) Name

func (m *ModuleHttpCode) Name() string

Name returns the name of ModuleHttpCode.

type ModuleHttpCodeState

type ModuleHttpCodeState struct {
	All2XX *metrics.Counter
	All3XX *metrics.Counter
	All4XX *metrics.Counter
	All5XX *metrics.Counter
}

ModuleHttpCodeState holds the counters of HTTP status code.

Jump to

Keyboard shortcuts

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