Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Device ¶
func Device(r *fasthttp.RequestHeader) *reqctx.DeviceInfo
Types ¶
type Context ¶
type Context = reqctx.Context[*fasthttp.RequestCtx]
func FromContextValue ¶
func FromRequest ¶
func FromRequest(req *fasthttp.RequestCtx) *Context
type FastHttpContext ¶
type FastHttpContext Context
func (*FastHttpContext) SendHeader ¶
func (c *FastHttpContext) SendHeader(md metadata.MD) error
func (*FastHttpContext) SetCookie ¶
func (c *FastHttpContext) SetCookie(v string) error
func (*FastHttpContext) SetTrailer ¶
func (c *FastHttpContext) SetTrailer(md metadata.MD) error
func (*FastHttpContext) WriteHeader ¶
func (c *FastHttpContext) WriteHeader(k, v string) error
Click to show internal directories.
Click to hide internal directories.