httpctx

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2025 License: MIT Imports: 3 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context = reqctx.Context[RequestCtx]

func FromContextValue

func FromContextValue(ctx context.Context) *Context

func FromRequest

func FromRequest(req RequestCtx) *Context

type RequestCtx

type RequestCtx struct {
	Request  *http.Request
	Response http.ResponseWriter
}

func (RequestCtx) AddHeader added in v0.2.0

func (ctx RequestCtx) AddHeader(k, v string)

func (RequestCtx) GetHeader added in v0.2.0

func (ctx RequestCtx) GetHeader(k string) string

func (RequestCtx) SetHeader added in v0.2.0

func (ctx RequestCtx) SetHeader(k, v string)

func (RequestCtx) SetHeaders added in v0.2.0

func (ctx RequestCtx) SetHeaders(md http.Header)

Jump to

Keyboard shortcuts

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