fmtp

package
v3.7.75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2022 License: MIT Imports: 2 Imported by: 0

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

func Parse

func Parse(mimetype, line string) FMTP

Parse parses an fmtp string based on the MimeType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL