Documentation
¶
Index ¶
- Variables
- type Header
- func (h Header) Add(key, value string)
- func (h Header) Del(key string)
- func (h Header) Format() []byte
- func (h Header) Get(key string) string
- func (h Header) Keys() []string
- func (h Header) Set(key, value string)
- func (h Header) String() string
- func (h Header) Values(key string) []string
- func (h Header) WriteTo(w io.Writer) (int64, error)
- type MIMEHeader
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type MIMEHeader ¶
type MIMEHeader struct {
textproto.MIMEHeader
}
func NewMIMEHeader ¶
func NewMIMEHeader() MIMEHeader
func (MIMEHeader) String ¶
func (h MIMEHeader) String() string
Click to show internal directories.
Click to hide internal directories.