reqlog

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMiddleware

func NewMiddleware(opts ...Option) bunlk.MiddlewareFunc

Types

type Option

type Option func(m *middleware)

func FromEnv

func FromEnv(keys ...string) Option

WithEnv configures the middleware using the environment variable value. For example, WithEnv("BUNDEBUG"):

  • BUNDEBUG=0 - disables the middleware.
  • BUNDEBUG=1 - enables the middleware.
  • BUNDEBUG=2 - enables the middleware and verbose mode.

func WithEnabled

func WithEnabled(on bool) Option

WithEnabled enables/disables the middleware.

func WithVerbose

func WithVerbose(on bool) Option

WithVerbose configures the middleware to log all requests.

type ResponseWriter

type ResponseWriter struct {
	Wrapped http.ResponseWriter
	// contains filtered or unexported fields
}

func NewResponseWriter

func NewResponseWriter(w http.ResponseWriter) *ResponseWriter

func (*ResponseWriter) StatusCode

func (w *ResponseWriter) StatusCode() int

Jump to

Keyboard shortcuts

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