Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeviceFromHeader ¶ added in v1.4.9
Types ¶
type Context ¶
func ContextFromContext ¶
type HttpContext ¶ added in v1.4.9
func (*HttpContext) SendHeader ¶ added in v1.4.9
func (c *HttpContext) SendHeader(md metadata.MD) error
func (*HttpContext) SetCookie ¶ added in v1.4.9
func (c *HttpContext) SetCookie(v string) error
func (*HttpContext) SetHeader ¶ added in v1.4.9
func (c *HttpContext) SetHeader(md metadata.MD) error
func (*HttpContext) SetTrailer ¶ added in v1.4.9
func (c *HttpContext) SetTrailer(md metadata.MD) error
func (*HttpContext) WriteHeader ¶ added in v1.4.9
func (c *HttpContext) WriteHeader(k, v string) error
Click to show internal directories.
Click to hide internal directories.