 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package fmtp implements per codec parsing of fmtp lines
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FMTP ¶
type FMTP interface {
	// MimeType returns the MimeType associated with
	// the fmtp
	MimeType() string
	// Match compares two fmtp descriptions for
	// compatibility based on the MimeType
	Match(f FMTP) bool
	// Parameter returns a value for the associated key
	// if contained in the parsed fmtp string
	Parameter(key string) (string, bool)
}
    FMTP interface for implementing custom FMTP parsers based on MimeType
 Click to show internal directories. 
   Click to hide internal directories.