Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MediaTypeJSON = &MediaType{
Type: "application/json",
}
View Source
var MediaTypeProtobuf = &MediaType{
Type: "application/protobuf",
}
Functions ¶
This section is empty.
Types ¶
type HTTPAcceptMediaType ¶
func NewHTTPAcceptMediaType ¶
func NewHTTPAcceptMediaType(t *MediaType) (*HTTPAcceptMediaType, error)
func (*HTTPAcceptMediaType) Match ¶
func (t *HTTPAcceptMediaType) Match(typ string) bool
type HTTPAcceptMediaTypes ¶
type HTTPAcceptMediaTypes []*HTTPAcceptMediaType
func ParseHTTPAcceptMediaTypes ¶
func ParseHTTPAcceptMediaTypes(s string) HTTPAcceptMediaTypes
func (HTTPAcceptMediaTypes) SortByQuality ¶
func (s HTTPAcceptMediaTypes) SortByQuality()
type MediaType ¶
type MediaType struct { Type string Params map[string]string // contains filtered or unexported fields }
func ParseMediaType ¶
func (*MediaType) Extensions ¶
Click to show internal directories.
Click to hide internal directories.