Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Headers ¶
type Headers interface { Add(key, value string) Set(key, value string) Get(key string) string Del(key string) Header() map[string]string Register(router ...ginsdk.HandlerFunc) []ginsdk.HandlerFunc Handler(c *ginsdk.Context) Clone() Headers }
func NewHeaders ¶
func NewHeaders() Headers
type HeadersConfig ¶
func (HeadersConfig) New ¶
func (h HeadersConfig) New() Headers
func (HeadersConfig) Validate ¶
func (h HeadersConfig) Validate() liberr.Error
Click to show internal directories.
Click to hide internal directories.