web

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2019 License: MIT Imports: 16 Imported by: 0

README

Protoweb

Protoweb is a thought experiment to evaluate a QUIC + Protobuf implementation of web standards.

But why?

Protobufs have several advantages over custom string- and byte-based protocols like HTTP:

  • Versionable protocol: clients and servers implementing different versions of the protocol can still communicate
  • Machine readable specification: clients, servers and other tools can analyze the protocol as well as how it is evolving (for example, to check for backward compatibility)
  • Efficient: common values can be compactly encoded on the wire, with translations available in the protocol specification (kind of like a perfect Huffman code)

Roadmap

  • Capture some real-ish traffic for replay (Puppeteer?)
  • Define protocol buffers to handle captured traffic
  • Implement counting transport for benchmarking
  • Benchmark traffic replays with HTTP, HTTP/2 and protoweb
  • Implement Go HTTP server and client using protoweb (with HTTP/2 and HTTP fallback)

Prerequisites for development

The library can be imported as is via Go programs.

For development, testing and distribution packaging, some tools need to be installed.

Install protoc. For Debian/Ubuntu:

$ sudo apt install protobuf-compiler

Install prototool (do this from outside the repo directory to avoid mangling go.mod):

$ go get github.com/uber/prototool/cmd/prototool

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Atom_name = map[int32]string{
	0: "ATOM_UNSPECIFIED",
}
View Source
var Atom_value = map[string]int32{
	"ATOM_UNSPECIFIED": 0,
}
View Source
var Attribute_CommonAttributes_name = map[int32]string{
	0: "COMMON_ATTRIBUTE_UNSPECIFIED",
	1: "P",
}
View Source
var Attribute_CommonAttributes_value = map[string]int32{
	"COMMON_ATTRIBUTE_UNSPECIFIED": 0,
	"P":                            1,
}
View Source
var CacheControlRequest_Directives_name = map[int32]string{
	0: "UNUSED_DIRECTIVE",
	1: "MAX_AGE",
	2: "MAX_STALE",
	3: "MIN_FRESH",
	4: "NO_CACHE",
	5: "NO_STORE",
	6: "NO_TRANSFORM",
	7: "ONLY_OF_CACHED",
}
View Source
var CacheControlRequest_Directives_value = map[string]int32{
	"UNUSED_DIRECTIVE": 0,
	"MAX_AGE":          1,
	"MAX_STALE":        2,
	"MIN_FRESH":        3,
	"NO_CACHE":         4,
	"NO_STORE":         5,
	"NO_TRANSFORM":     6,
	"ONLY_OF_CACHED":   7,
}
View Source
var CacheControlResponse_Directives_name = map[int32]string{
	0: "UNUSED_DIRECTIVE",
	1: "MUST_REVALIDATE",
	2: "NO_CACHE",
	3: "NO_STORE",
	4: "NO_TRANSFORM",
	5: "PUBLIC",
	6: "PRIVATE",
	7: "PROXY_REVALIDATE",
	8: "MAX_AGE",
	9: "S_MAXAGE",
}
View Source
var CacheControlResponse_Directives_value = map[string]int32{
	"UNUSED_DIRECTIVE": 0,
	"MUST_REVALIDATE":  1,
	"NO_CACHE":         2,
	"NO_STORE":         3,
	"NO_TRANSFORM":     4,
	"PUBLIC":           5,
	"PRIVATE":          6,
	"PROXY_REVALIDATE": 7,
	"MAX_AGE":          8,
	"S_MAXAGE":         9,
}
View Source
var Charsets_name = map[int32]string{}/* 258 elements not displayed */
View Source
var Charsets_value = map[string]int32{}/* 258 elements not displayed */
View Source
var E_CharsetDescriptor = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.EnumValueOptions)(nil),
	ExtensionType: (*CharsetDescriptor)(nil),
	Field:         7982317,
	Name:          "web.charset_descriptor",
	Tag:           "bytes,7982317,opt,name=charset_descriptor",
	Filename:      "charset.proto",
}
View Source
var E_HeaderDescriptor = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*HeaderDescriptor)(nil),
	Field:         7982732,
	Name:          "web.header_descriptor",
	Tag:           "bytes,7982732,opt,name=header_descriptor",
	Filename:      "headers.proto",
}
View Source
var E_MimeDescriptor = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.EnumValueOptions)(nil),
	ExtensionType: (*MIMETypeDescriptor)(nil),
	Field:         7987671,
	Name:          "web.mime_descriptor",
	Tag:           "bytes,7987671,opt,name=mime_descriptor",
	Filename:      "mime.proto",
}
View Source
var Encodings_name = map[int32]string{
	0: "ENCODINGS_UNSPECIFIED",
	1: "IDENTITY",
	2: "GZIP",
	3: "COMPRESS",
	4: "DEFLATE",
	5: "BR",
}
View Source
var Encodings_value = map[string]int32{
	"ENCODINGS_UNSPECIFIED": 0,
	"IDENTITY":              1,
	"GZIP":                  2,
	"COMPRESS":              3,
	"DEFLATE":               4,
	"BR":                    5,
}
View Source
var MIMETypes_name = map[int32]string{}/* 1852 elements not displayed */
View Source
var MIMETypes_value = map[string]int32{}/* 1852 elements not displayed */
View Source
var Method_name = map[int32]string{
	0: "UNUSED_METHOD",
	1: "GET",
	2: "HEAD",
	3: "POST",
	4: "PUT",
	5: "DELETE",
	6: "CONNECT",
	7: "OPTIONS",
	8: "TRACE",
}
View Source
var Method_value = map[string]int32{
	"UNUSED_METHOD": 0,
	"GET":           1,
	"HEAD":          2,
	"POST":          3,
	"PUT":           4,
	"DELETE":        5,
	"CONNECT":       6,
	"OPTIONS":       7,
	"TRACE":         8,
}
View Source
var NodeType_name = map[int32]string{
	0: "NODE_TYPE_UNSPECIFIED",
	1: "TEXT_NODE",
	2: "DOCUMENT_NODE",
	3: "ELEMENT_NODE",
	4: "COMMENT_NODE",
	5: "DOCTYPE_NODE",
}
View Source
var NodeType_value = map[string]int32{
	"NODE_TYPE_UNSPECIFIED": 0,
	"TEXT_NODE":             1,
	"DOCUMENT_NODE":         2,
	"ELEMENT_NODE":          3,
	"COMMENT_NODE":          4,
	"DOCTYPE_NODE":          5,
}
View Source
var RequestHeaders_DNTValue_name = map[int32]string{
	0: "UNUSED_DNT_VALUE",
	1: "DISABLED",
	2: "ENABLED",
}
View Source
var RequestHeaders_DNTValue_value = map[string]int32{
	"UNUSED_DNT_VALUE": 0,
	"DISABLED":         1,
	"ENABLED":          2,
}
View Source
var RequestHeaders_TransferEncodingsValue_name = map[int32]string{
	0: "UNUSED_TRANSFER_ENCODINGS_VALUE",
	1: "TRAILERS",
}
View Source
var RequestHeaders_TransferEncodingsValue_value = map[string]int32{
	"UNUSED_TRANSFER_ENCODINGS_VALUE": 0,
	"TRAILERS":                        1,
}
View Source
var RequestHeaders_XRequestedWithValue_name = map[int32]string{
	0: "UNUSED_X_REQUESTED_WITH_VALUE",
	1: "XMLHTTPREQUEST",
}
View Source
var RequestHeaders_XRequestedWithValue_value = map[string]int32{
	"UNUSED_X_REQUESTED_WITH_VALUE": 0,
	"XMLHTTPREQUEST":                1,
}
View Source
var Response_Headers_AccessControlAllowCredentialsValue_name = map[int32]string{
	0: "UNUSED_ACCESS_CONTROL_ALLOW_CREDENTIALS_VALUE",
	1: "FALSE",
	2: "TRUE",
}
View Source
var Response_Headers_AccessControlAllowCredentialsValue_value = map[string]int32{
	"UNUSED_ACCESS_CONTROL_ALLOW_CREDENTIALS_VALUE": 0,
	"FALSE": 1,
	"TRUE":  2,
}
View Source
var Response_Headers_SetCookieMessage_SameSiteValue_name = map[int32]string{
	0: "UNUSED_SAMESITE_VALUE",
	1: "STRICT",
	2: "LAX",
	3: "NONE",
}
View Source
var Response_Headers_SetCookieMessage_SameSiteValue_value = map[string]int32{
	"UNUSED_SAMESITE_VALUE": 0,
	"STRICT":                1,
	"LAX":                   2,
	"NONE":                  3,
}
View Source
var Response_Headers_XFrameOptionsValue_name = map[int32]string{
	0: "UNUSED_X_FRAME_OPTIONS_VALUE",
	1: "DENY",
	2: "SAMEORIGIN",
}
View Source
var Response_Headers_XFrameOptionsValue_value = map[string]int32{
	"UNUSED_X_FRAME_OPTIONS_VALUE": 0,
	"DENY":                         1,
	"SAMEORIGIN":                   2,
}
View Source
var StatusCodes_name = map[int32]string{
	0:   "STATUS_CODE_UNUSED",
	100: "CONTINUE",
	101: "SWITCING_PROTOCOLS",
	102: "PROCESSING",
	103: "EARLY_HINTS",
	200: "OK",
	201: "CREATED",
	202: "ACCEPTED",
	203: "NON_AUTHORITATIVE_INFORMATION",
	204: "NO_CONTENT",
	205: "RESET_CONTENT",
	206: "PARTIAL_CONTENT",
	207: "MULTI_STATUS",
	208: "ALREADY_REPORTED",
	226: "IM_USED",
	300: "MULTIPLE_CHOICES",
	301: "MOVED_PERMANENTLY",
	302: "FOUND",
	303: "SEE_OTHER",
	304: "NOT_MODIFIED",
	305: "USE_PROXY",
	307: "TEMPORARY_REDIRECT",
	308: "PERMANENT_REDIRECT",
	400: "BAD_REQUEST",
	401: "NOT_AUTHORIZED",
	402: "PAYMENT_REQUIRED",
	403: "FORBIDDEN",
	404: "NOT_FOUND",
	405: "METHOD_NOT_ALLOWED",
	406: "NOT_ACCEPTABLE",
	407: "PROXY_AUTHENTICATION_REQUIRED",
	408: "REQUEST_TIMEOUT",
	409: "CONFLICT",
	410: "GONE",
	411: "LENGTH_REQUIRED",
	412: "PRECONDITION_FAILED",
	413: "PAYLOAD_TOO_LARGE",
	414: "URI_TOO_LONG",
	415: "UNSUPPORTED_MEDIA_TYPE",
	416: "RANGE_NOT_SATISFIABLE",
	417: "EXPECTATION_FAILED",
	421: "MISDIRECTED_REQUEST",
	422: "UNPROCESSABLE_ENTITY",
	423: "LOCKED",
	424: "FAILED_DEPENDENCY",
	425: "TOO_EARLY",
	426: "UPGRADE_REQUIRED",
	428: "PRECONDITION_REQUIRED",
	429: "TOO_MANY_REQUESTS",
	431: "REQUEST_HEADER_FIELDS_TOO_LARGE",
	451: "UNAVAILABLE_FOR_LEGAL_REASONS",
	500: "INTERNAL_SERVER_ERROR",
	501: "NOT_IMPLEMENTED",
	502: "BAD_GATEWAY",
	503: "SERVICE_UNAVAILABLE",
	504: "GATEWAY_TIMEOUT",
	505: "HTTP_VERSION_NOT_SUPPORTED",
	506: "VARIANT_ALSO_NEGOTIATES",
	507: "INSUFFICIENT_STORAGE",
	508: "LOOP_DETECTED",
	510: "NOT_EXTENDED",
	511: "NETWORK_AUTHENTICATION_REQUIRED",
}
View Source
var StatusCodes_value = map[string]int32{
	"STATUS_CODE_UNUSED":              0,
	"CONTINUE":                        100,
	"SWITCING_PROTOCOLS":              101,
	"PROCESSING":                      102,
	"EARLY_HINTS":                     103,
	"OK":                              200,
	"CREATED":                         201,
	"ACCEPTED":                        202,
	"NON_AUTHORITATIVE_INFORMATION":   203,
	"NO_CONTENT":                      204,
	"RESET_CONTENT":                   205,
	"PARTIAL_CONTENT":                 206,
	"MULTI_STATUS":                    207,
	"ALREADY_REPORTED":                208,
	"IM_USED":                         226,
	"MULTIPLE_CHOICES":                300,
	"MOVED_PERMANENTLY":               301,
	"FOUND":                           302,
	"SEE_OTHER":                       303,
	"NOT_MODIFIED":                    304,
	"USE_PROXY":                       305,
	"TEMPORARY_REDIRECT":              307,
	"PERMANENT_REDIRECT":              308,
	"BAD_REQUEST":                     400,
	"NOT_AUTHORIZED":                  401,
	"PAYMENT_REQUIRED":                402,
	"FORBIDDEN":                       403,
	"NOT_FOUND":                       404,
	"METHOD_NOT_ALLOWED":              405,
	"NOT_ACCEPTABLE":                  406,
	"PROXY_AUTHENTICATION_REQUIRED":   407,
	"REQUEST_TIMEOUT":                 408,
	"CONFLICT":                        409,
	"GONE":                            410,
	"LENGTH_REQUIRED":                 411,
	"PRECONDITION_FAILED":             412,
	"PAYLOAD_TOO_LARGE":               413,
	"URI_TOO_LONG":                    414,
	"UNSUPPORTED_MEDIA_TYPE":          415,
	"RANGE_NOT_SATISFIABLE":           416,
	"EXPECTATION_FAILED":              417,
	"MISDIRECTED_REQUEST":             421,
	"UNPROCESSABLE_ENTITY":            422,
	"LOCKED":                          423,
	"FAILED_DEPENDENCY":               424,
	"TOO_EARLY":                       425,
	"UPGRADE_REQUIRED":                426,
	"PRECONDITION_REQUIRED":           428,
	"TOO_MANY_REQUESTS":               429,
	"REQUEST_HEADER_FIELDS_TOO_LARGE": 431,
	"UNAVAILABLE_FOR_LEGAL_REASONS":   451,
	"INTERNAL_SERVER_ERROR":           500,
	"NOT_IMPLEMENTED":                 501,
	"BAD_GATEWAY":                     502,
	"SERVICE_UNAVAILABLE":             503,
	"GATEWAY_TIMEOUT":                 504,
	"HTTP_VERSION_NOT_SUPPORTED":      505,
	"VARIANT_ALSO_NEGOTIATES":         506,
	"INSUFFICIENT_STORAGE":            507,
	"LOOP_DETECTED":                   508,
	"NOT_EXTENDED":                    510,
	"NETWORK_AUTHENTICATION_REQUIRED": 511,
}

Functions

func RegisterWebServer

func RegisterWebServer(s *grpc.Server, srv WebServer)

Types

type Atom

type Atom int32
const (
	Atom_ATOM_UNSPECIFIED Atom = 0
)

func (Atom) EnumDescriptor

func (Atom) EnumDescriptor() ([]byte, []int)

func (Atom) String

func (x Atom) String() string

type Attribute

type Attribute struct {
	Namespace            string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Key                  string   `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Attribute) Descriptor

func (*Attribute) Descriptor() ([]byte, []int)

func (*Attribute) GetKey

func (m *Attribute) GetKey() string

func (*Attribute) GetNamespace

func (m *Attribute) GetNamespace() string

func (*Attribute) GetValue

func (m *Attribute) GetValue() string

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) Reset

func (m *Attribute) Reset()

func (*Attribute) String

func (m *Attribute) String() string

func (*Attribute) XXX_DiscardUnknown

func (m *Attribute) XXX_DiscardUnknown()

func (*Attribute) XXX_Marshal

func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute) XXX_Merge

func (m *Attribute) XXX_Merge(src proto.Message)

func (*Attribute) XXX_Size

func (m *Attribute) XXX_Size() int

func (*Attribute) XXX_Unmarshal

func (m *Attribute) XXX_Unmarshal(b []byte) error

type Attribute_CommonAttributes

type Attribute_CommonAttributes int32
const (
	Attribute_COMMON_ATTRIBUTE_UNSPECIFIED Attribute_CommonAttributes = 0
	Attribute_P                            Attribute_CommonAttributes = 1
)

func (Attribute_CommonAttributes) EnumDescriptor

func (Attribute_CommonAttributes) EnumDescriptor() ([]byte, []int)

func (Attribute_CommonAttributes) String

type CacheControlRequest

type CacheControlRequest struct {
	Directive            CacheControlRequest_Directives `protobuf:"varint,1,opt,name=directive,proto3,enum=web.CacheControlRequest_Directives" json:"directive,omitempty"`
	Seconds              uint64                         `protobuf:"varint,2,opt,name=seconds,proto3" json:"seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CacheControlRequest) Descriptor

func (*CacheControlRequest) Descriptor() ([]byte, []int)

func (*CacheControlRequest) GetDirective

func (*CacheControlRequest) GetSeconds

func (m *CacheControlRequest) GetSeconds() uint64

func (*CacheControlRequest) ProtoMessage

func (*CacheControlRequest) ProtoMessage()

func (*CacheControlRequest) Reset

func (m *CacheControlRequest) Reset()

func (*CacheControlRequest) String

func (m *CacheControlRequest) String() string

func (*CacheControlRequest) XXX_DiscardUnknown

func (m *CacheControlRequest) XXX_DiscardUnknown()

func (*CacheControlRequest) XXX_Marshal

func (m *CacheControlRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CacheControlRequest) XXX_Merge

func (m *CacheControlRequest) XXX_Merge(src proto.Message)

func (*CacheControlRequest) XXX_Size

func (m *CacheControlRequest) XXX_Size() int

func (*CacheControlRequest) XXX_Unmarshal

func (m *CacheControlRequest) XXX_Unmarshal(b []byte) error

type CacheControlRequest_Directives

type CacheControlRequest_Directives int32
const (
	CacheControlRequest_UNUSED_DIRECTIVE CacheControlRequest_Directives = 0
	CacheControlRequest_MAX_AGE          CacheControlRequest_Directives = 1
	CacheControlRequest_MAX_STALE        CacheControlRequest_Directives = 2
	CacheControlRequest_MIN_FRESH        CacheControlRequest_Directives = 3
	CacheControlRequest_NO_CACHE         CacheControlRequest_Directives = 4
	CacheControlRequest_NO_STORE         CacheControlRequest_Directives = 5
	CacheControlRequest_NO_TRANSFORM     CacheControlRequest_Directives = 6
	CacheControlRequest_ONLY_OF_CACHED   CacheControlRequest_Directives = 7
)

func (CacheControlRequest_Directives) EnumDescriptor

func (CacheControlRequest_Directives) EnumDescriptor() ([]byte, []int)

func (CacheControlRequest_Directives) String

type CacheControlResponse

type CacheControlResponse struct {
	Directive            CacheControlResponse_Directives `protobuf:"varint,1,opt,name=directive,proto3,enum=web.CacheControlResponse_Directives" json:"directive,omitempty"`
	Seconds              uint64                          `protobuf:"varint,2,opt,name=seconds,proto3" json:"seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CacheControlResponse) Descriptor

func (*CacheControlResponse) Descriptor() ([]byte, []int)

func (*CacheControlResponse) GetDirective

func (*CacheControlResponse) GetSeconds

func (m *CacheControlResponse) GetSeconds() uint64

func (*CacheControlResponse) ProtoMessage

func (*CacheControlResponse) ProtoMessage()

func (*CacheControlResponse) Reset

func (m *CacheControlResponse) Reset()

func (*CacheControlResponse) String

func (m *CacheControlResponse) String() string

func (*CacheControlResponse) XXX_DiscardUnknown

func (m *CacheControlResponse) XXX_DiscardUnknown()

func (*CacheControlResponse) XXX_Marshal

func (m *CacheControlResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CacheControlResponse) XXX_Merge

func (m *CacheControlResponse) XXX_Merge(src proto.Message)

func (*CacheControlResponse) XXX_Size

func (m *CacheControlResponse) XXX_Size() int

func (*CacheControlResponse) XXX_Unmarshal

func (m *CacheControlResponse) XXX_Unmarshal(b []byte) error

type CacheControlResponse_Directives

type CacheControlResponse_Directives int32
const (
	CacheControlResponse_UNUSED_DIRECTIVE CacheControlResponse_Directives = 0
	CacheControlResponse_MUST_REVALIDATE  CacheControlResponse_Directives = 1
	CacheControlResponse_NO_CACHE         CacheControlResponse_Directives = 2
	CacheControlResponse_NO_STORE         CacheControlResponse_Directives = 3
	CacheControlResponse_NO_TRANSFORM     CacheControlResponse_Directives = 4
	CacheControlResponse_PUBLIC           CacheControlResponse_Directives = 5
	CacheControlResponse_PRIVATE          CacheControlResponse_Directives = 6
	CacheControlResponse_PROXY_REVALIDATE CacheControlResponse_Directives = 7
	CacheControlResponse_MAX_AGE          CacheControlResponse_Directives = 8
	CacheControlResponse_S_MAXAGE         CacheControlResponse_Directives = 9
)

func (CacheControlResponse_Directives) EnumDescriptor

func (CacheControlResponse_Directives) EnumDescriptor() ([]byte, []int)

func (CacheControlResponse_Directives) String

type Charset

type Charset struct {
	// Types that are valid to be assigned to Charset_:
	//	*Charset_Charset
	//	*Charset_Custom
	Charset_             isCharset_Charset_ `protobuf_oneof:"Charset"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Charset) Descriptor

func (*Charset) Descriptor() ([]byte, []int)

func (*Charset) GetCharset

func (m *Charset) GetCharset() Charsets

func (*Charset) GetCharset_

func (m *Charset) GetCharset_() isCharset_Charset_

func (*Charset) GetCustom

func (m *Charset) GetCustom() string

func (*Charset) ProtoMessage

func (*Charset) ProtoMessage()

func (*Charset) Reset

func (m *Charset) Reset()

func (*Charset) String

func (m *Charset) String() string

func (*Charset) XXX_DiscardUnknown

func (m *Charset) XXX_DiscardUnknown()

func (*Charset) XXX_Marshal

func (m *Charset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Charset) XXX_Merge

func (m *Charset) XXX_Merge(src proto.Message)

func (*Charset) XXX_OneofWrappers

func (*Charset) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Charset) XXX_Size

func (m *Charset) XXX_Size() int

func (*Charset) XXX_Unmarshal

func (m *Charset) XXX_Unmarshal(b []byte) error

type CharsetDescriptor

type CharsetDescriptor struct {
	HttpName             string   `protobuf:"bytes,1,opt,name=http_name,json=httpName,proto3" json:"http_name,omitempty"`
	Mibenum              uint64   `protobuf:"varint,2,opt,name=mibenum,proto3" json:"mibenum,omitempty"`
	PreferredAlias       string   `protobuf:"bytes,3,opt,name=preferred_alias,json=preferredAlias,proto3" json:"preferred_alias,omitempty"`
	Aliases              []string `protobuf:"bytes,4,rep,name=aliases,proto3" json:"aliases,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CharsetDescriptor) Descriptor

func (*CharsetDescriptor) Descriptor() ([]byte, []int)

func (*CharsetDescriptor) GetAliases

func (m *CharsetDescriptor) GetAliases() []string

func (*CharsetDescriptor) GetHttpName

func (m *CharsetDescriptor) GetHttpName() string

func (*CharsetDescriptor) GetMibenum

func (m *CharsetDescriptor) GetMibenum() uint64

func (*CharsetDescriptor) GetPreferredAlias

func (m *CharsetDescriptor) GetPreferredAlias() string

func (*CharsetDescriptor) ProtoMessage

func (*CharsetDescriptor) ProtoMessage()

func (*CharsetDescriptor) Reset

func (m *CharsetDescriptor) Reset()

func (*CharsetDescriptor) String

func (m *CharsetDescriptor) String() string

func (*CharsetDescriptor) XXX_DiscardUnknown

func (m *CharsetDescriptor) XXX_DiscardUnknown()

func (*CharsetDescriptor) XXX_Marshal

func (m *CharsetDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CharsetDescriptor) XXX_Merge

func (m *CharsetDescriptor) XXX_Merge(src proto.Message)

func (*CharsetDescriptor) XXX_Size

func (m *CharsetDescriptor) XXX_Size() int

func (*CharsetDescriptor) XXX_Unmarshal

func (m *CharsetDescriptor) XXX_Unmarshal(b []byte) error

type Charset_Charset

type Charset_Charset struct {
	Charset Charsets `protobuf:"varint,1,opt,name=charset,proto3,enum=web.Charsets,oneof"`
}

type Charset_Custom

type Charset_Custom struct {
	Custom string `protobuf:"bytes,2,opt,name=custom,proto3,oneof"`
}

type Charsets

type Charsets int32
const (
	Charsets_CHARSET_UNSPECIFIED                           Charsets = 0
	Charsets_UTF_8                                         Charsets = 1
	Charsets_US_ASCII                                      Charsets = 3
	Charsets_ISO_8859_1_1987                               Charsets = 4
	Charsets_ISO_8859_2_1987                               Charsets = 5
	Charsets_ISO_8859_3_1988                               Charsets = 6
	Charsets_ISO_8859_4_1988                               Charsets = 7
	Charsets_ISO_8859_5_1988                               Charsets = 8
	Charsets_ISO_8859_6_1987                               Charsets = 9
	Charsets_ISO_8859_7_1987                               Charsets = 10
	Charsets_ISO_8859_8_1988                               Charsets = 11
	Charsets_ISO_8859_9_1989                               Charsets = 12
	Charsets_ISO_8859_10                                   Charsets = 13
	Charsets_ISO_6937_2_ADD                                Charsets = 14
	Charsets_JIS_X0201                                     Charsets = 15
	Charsets_JIS_ENCODING                                  Charsets = 16
	Charsets_SHIFT_JIS                                     Charsets = 17
	Charsets_EXTENDED_UNIX_CODE_PACKED_FORMAT_FOR_JAPANESE Charsets = 18
	Charsets_EXTENDED_UNIX_CODE_FIXED_WIDTH_FOR_JAPANESE   Charsets = 19
	Charsets_BS_4730                                       Charsets = 20
	Charsets_SEN_850200_C                                  Charsets = 21
	Charsets_IT                                            Charsets = 22
	Charsets_ES                                            Charsets = 23
	Charsets_DIN_66003                                     Charsets = 24
	Charsets_NS_4551_1                                     Charsets = 25
	Charsets_NF_Z_62_010                                   Charsets = 26
	Charsets_ISO_10646_UTF_1                               Charsets = 27
	Charsets_ISO_646_BASIC_1983                            Charsets = 28
	Charsets_INVARIANT                                     Charsets = 29
	Charsets_ISO_646_IRV_1983                              Charsets = 30
	Charsets_NATS_SEFI                                     Charsets = 31
	Charsets_NATS_SEFI_ADD                                 Charsets = 32
	Charsets_NATS_DANO                                     Charsets = 33
	Charsets_NATS_DANO_ADD                                 Charsets = 34
	Charsets_SEN_850200_B                                  Charsets = 35
	Charsets_KS_C_5601_1987                                Charsets = 36
	Charsets_ISO_2022_KR                                   Charsets = 37
	Charsets_EUC_KR                                        Charsets = 38
	Charsets_ISO_2022_JP                                   Charsets = 39
	Charsets_ISO_2022_JP_2                                 Charsets = 40
	Charsets_JIS_C6220_1969_JP                             Charsets = 41
	Charsets_JIS_C6220_1969_RO                             Charsets = 42
	Charsets_PT                                            Charsets = 43
	Charsets_GREEK7_OLD                                    Charsets = 44
	Charsets_LATIN_GREEK                                   Charsets = 45
	Charsets_NF_Z_62_010__1973                             Charsets = 46
	Charsets_LATIN_GREEK_1                                 Charsets = 47
	Charsets_ISO_5427                                      Charsets = 48
	Charsets_JIS_C6226_1978                                Charsets = 49
	Charsets_BS_VIEWDATA                                   Charsets = 50
	Charsets_INIS                                          Charsets = 51
	Charsets_INIS_8                                        Charsets = 52
	Charsets_INIS_CYRILLIC                                 Charsets = 53
	Charsets_ISO_5427_1981                                 Charsets = 54
	Charsets_ISO_5428_1980                                 Charsets = 55
	Charsets_GB_1988_80                                    Charsets = 56
	Charsets_GB_2312_80                                    Charsets = 57
	Charsets_NS_4551_2                                     Charsets = 58
	Charsets_VIDEOTEX_SUPPL                                Charsets = 59
	Charsets_PT2                                           Charsets = 60
	Charsets_ES2                                           Charsets = 61
	Charsets_MSZ_7795_3                                    Charsets = 62
	Charsets_JIS_C6226_1983                                Charsets = 63
	Charsets_GREEK7                                        Charsets = 64
	Charsets_ASMO_449                                      Charsets = 65
	Charsets_ISO_IR_90                                     Charsets = 66
	Charsets_JIS_C6229_1984_A                              Charsets = 67
	Charsets_JIS_C6229_1984_B                              Charsets = 68
	Charsets_JIS_C6229_1984_B_ADD                          Charsets = 69
	Charsets_JIS_C6229_1984_HAND                           Charsets = 70
	Charsets_JIS_C6229_1984_HAND_ADD                       Charsets = 71
	Charsets_JIS_C6229_1984_KANA                           Charsets = 72
	Charsets_ISO_2033_1983                                 Charsets = 73
	Charsets_ANSI_X3_110_1983                              Charsets = 74
	Charsets_T_61_7BIT                                     Charsets = 75
	Charsets_T_61_8BIT                                     Charsets = 76
	Charsets_ECMA_CYRILLIC                                 Charsets = 77
	Charsets_CSA_Z243_4_1985_1                             Charsets = 78
	Charsets_CSA_Z243_4_1985_2                             Charsets = 79
	Charsets_CSA_Z243_4_1985_GR                            Charsets = 80
	Charsets_ISO_8859_6_E                                  Charsets = 81
	Charsets_ISO_8859_6_I                                  Charsets = 82
	Charsets_T_101_G2                                      Charsets = 83
	Charsets_ISO_8859_8_E                                  Charsets = 84
	Charsets_ISO_8859_8_I                                  Charsets = 85
	Charsets_CSN_369103                                    Charsets = 86
	Charsets_JUS_I_B1_002                                  Charsets = 87
	Charsets_IEC_P27_1                                     Charsets = 88
	Charsets_JUS_I_B1_003_SERB                             Charsets = 89
	Charsets_JUS_I_B1_003_MAC                              Charsets = 90
	Charsets_GREEK_CCITT                                   Charsets = 91
	Charsets_NC_NC00_10_81                                 Charsets = 92
	Charsets_ISO_6937_2_25                                 Charsets = 93
	Charsets_GOST_19768_74                                 Charsets = 94
	Charsets_ISO_8859_SUPP                                 Charsets = 95
	Charsets_ISO_10367_BOX                                 Charsets = 96
	Charsets_LATIN_LAP                                     Charsets = 97
	Charsets_JIS_X0212_1990                                Charsets = 98
	Charsets_DS_2089                                       Charsets = 99
	Charsets_US_DK                                         Charsets = 100
	Charsets_DK_US                                         Charsets = 101
	Charsets_KSC5636                                       Charsets = 102
	Charsets_UNICODE_1_1_UTF_7                             Charsets = 103
	Charsets_ISO_2022_CN                                   Charsets = 104
	Charsets_ISO_2022_CN_EXT                               Charsets = 105
	Charsets_ISO_8859_13                                   Charsets = 109
	Charsets_ISO_8859_14                                   Charsets = 110
	Charsets_ISO_8859_15                                   Charsets = 111
	Charsets_ISO_8859_16                                   Charsets = 112
	Charsets_GBK                                           Charsets = 113
	Charsets_GB18030                                       Charsets = 114
	Charsets_OSD_EBCDIC_DF04_15                            Charsets = 115
	Charsets_OSD_EBCDIC_DF03_IRV                           Charsets = 116
	Charsets_OSD_EBCDIC_DF04_1                             Charsets = 117
	Charsets_ISO_11548_1                                   Charsets = 118
	Charsets_KZ_1048                                       Charsets = 119
	Charsets_ISO_10646_UCS_2                               Charsets = 1000
	Charsets_ISO_10646_UCS_4                               Charsets = 1001
	Charsets_ISO_10646_UCS_BASIC                           Charsets = 1002
	Charsets_ISO_10646_UNICODE_LATIN1                      Charsets = 1003
	Charsets_ISO_10646_J_1                                 Charsets = 1004
	Charsets_ISO_UNICODE_IBM_1261                          Charsets = 1005
	Charsets_ISO_UNICODE_IBM_1268                          Charsets = 1006
	Charsets_ISO_UNICODE_IBM_1276                          Charsets = 1007
	Charsets_ISO_UNICODE_IBM_1264                          Charsets = 1008
	Charsets_ISO_UNICODE_IBM_1265                          Charsets = 1009
	Charsets_UNICODE_1_1                                   Charsets = 1010
	Charsets_SCSU                                          Charsets = 1011
	Charsets_UTF_7                                         Charsets = 1012
	Charsets_UTF_16BE                                      Charsets = 1013
	Charsets_UTF_16LE                                      Charsets = 1014
	Charsets_UTF_16                                        Charsets = 1015
	Charsets_CESU_8                                        Charsets = 1016
	Charsets_UTF_32                                        Charsets = 1017
	Charsets_UTF_32BE                                      Charsets = 1018
	Charsets_UTF_32LE                                      Charsets = 1019
	Charsets_BOCU_1                                        Charsets = 1020
	Charsets_ISO_8859_1_WINDOWS_3_0_LATIN_1                Charsets = 2000
	Charsets_ISO_8859_1_WINDOWS_3_1_LATIN_1                Charsets = 2001
	Charsets_ISO_8859_2_WINDOWS_LATIN_2                    Charsets = 2002
	Charsets_ISO_8859_9_WINDOWS_LATIN_5                    Charsets = 2003
	Charsets_HP_ROMAN8                                     Charsets = 2004
	Charsets_ADOBE_STANDARD_ENCODING                       Charsets = 2005
	Charsets_VENTURA_US                                    Charsets = 2006
	Charsets_VENTURA_INTERNATIONAL                         Charsets = 2007
	Charsets_DEC_MCS                                       Charsets = 2008
	Charsets_IBM850                                        Charsets = 2009
	Charsets_IBM852                                        Charsets = 2010
	Charsets_IBM437                                        Charsets = 2011
	Charsets_PC8_DANISH_NORWEGIAN                          Charsets = 2012
	Charsets_IBM862                                        Charsets = 2013
	Charsets_PC8_TURKISH                                   Charsets = 2014
	Charsets_IBM_SYMBOLS                                   Charsets = 2015
	Charsets_IBM_THAI                                      Charsets = 2016
	Charsets_HP_LEGAL                                      Charsets = 2017
	Charsets_HP_PI_FONT                                    Charsets = 2018
	Charsets_HP_MATH8                                      Charsets = 2019
	Charsets_ADOBE_SYMBOL_ENCODING                         Charsets = 2020
	Charsets_HP_DESKTOP                                    Charsets = 2021
	Charsets_VENTURA_MATH                                  Charsets = 2022
	Charsets_MICROSOFT_PUBLISHING                          Charsets = 2023
	Charsets_WINDOWS_31J                                   Charsets = 2024
	Charsets_GB2312                                        Charsets = 2025
	Charsets_BIG5                                          Charsets = 2026
	Charsets_MACINTOSH                                     Charsets = 2027
	Charsets_IBM037                                        Charsets = 2028
	Charsets_IBM038                                        Charsets = 2029
	Charsets_IBM273                                        Charsets = 2030
	Charsets_IBM274                                        Charsets = 2031
	Charsets_IBM275                                        Charsets = 2032
	Charsets_IBM277                                        Charsets = 2033
	Charsets_IBM278                                        Charsets = 2034
	Charsets_IBM280                                        Charsets = 2035
	Charsets_IBM281                                        Charsets = 2036
	Charsets_IBM284                                        Charsets = 2037
	Charsets_IBM285                                        Charsets = 2038
	Charsets_IBM290                                        Charsets = 2039
	Charsets_IBM297                                        Charsets = 2040
	Charsets_IBM420                                        Charsets = 2041
	Charsets_IBM423                                        Charsets = 2042
	Charsets_IBM424                                        Charsets = 2043
	Charsets_IBM500                                        Charsets = 2044
	Charsets_IBM851                                        Charsets = 2045
	Charsets_IBM855                                        Charsets = 2046
	Charsets_IBM857                                        Charsets = 2047
	Charsets_IBM860                                        Charsets = 2048
	Charsets_IBM861                                        Charsets = 2049
	Charsets_IBM863                                        Charsets = 2050
	Charsets_IBM864                                        Charsets = 2051
	Charsets_IBM865                                        Charsets = 2052
	Charsets_IBM868                                        Charsets = 2053
	Charsets_IBM869                                        Charsets = 2054
	Charsets_IBM870                                        Charsets = 2055
	Charsets_IBM871                                        Charsets = 2056
	Charsets_IBM880                                        Charsets = 2057
	Charsets_IBM891                                        Charsets = 2058
	Charsets_IBM903                                        Charsets = 2059
	Charsets_IBM904                                        Charsets = 2060
	Charsets_IBM905                                        Charsets = 2061
	Charsets_IBM918                                        Charsets = 2062
	Charsets_IBM1026                                       Charsets = 2063
	Charsets_EBCDIC_AT_DE                                  Charsets = 2064
	Charsets_EBCDIC_AT_DE_A                                Charsets = 2065
	Charsets_EBCDIC_CA_FR                                  Charsets = 2066
	Charsets_EBCDIC_DK_NO                                  Charsets = 2067
	Charsets_EBCDIC_DK_NO_A                                Charsets = 2068
	Charsets_EBCDIC_FI_SE                                  Charsets = 2069
	Charsets_EBCDIC_FI_SE_A                                Charsets = 2070
	Charsets_EBCDIC_FR                                     Charsets = 2071
	Charsets_EBCDIC_IT                                     Charsets = 2072
	Charsets_EBCDIC_PT                                     Charsets = 2073
	Charsets_EBCDIC_ES                                     Charsets = 2074
	Charsets_EBCDIC_ES_A                                   Charsets = 2075
	Charsets_EBCDIC_ES_S                                   Charsets = 2076
	Charsets_EBCDIC_UK                                     Charsets = 2077
	Charsets_EBCDIC_US                                     Charsets = 2078
	Charsets_UNKNOWN_8BIT                                  Charsets = 2079
	Charsets_MNEMONIC                                      Charsets = 2080
	Charsets_MNEM                                          Charsets = 2081
	Charsets_VISCII                                        Charsets = 2082
	Charsets_VIQR                                          Charsets = 2083
	Charsets_KOI8_R                                        Charsets = 2084
	Charsets_HZ_GB_2312                                    Charsets = 2085
	Charsets_IBM866                                        Charsets = 2086
	Charsets_IBM775                                        Charsets = 2087
	Charsets_KOI8_U                                        Charsets = 2088
	Charsets_IBM00858                                      Charsets = 2089
	Charsets_IBM00924                                      Charsets = 2090
	Charsets_IBM01140                                      Charsets = 2091
	Charsets_IBM01141                                      Charsets = 2092
	Charsets_IBM01142                                      Charsets = 2093
	Charsets_IBM01143                                      Charsets = 2094
	Charsets_IBM01144                                      Charsets = 2095
	Charsets_IBM01145                                      Charsets = 2096
	Charsets_IBM01146                                      Charsets = 2097
	Charsets_IBM01147                                      Charsets = 2098
	Charsets_IBM01148                                      Charsets = 2099
	Charsets_IBM01149                                      Charsets = 2100
	Charsets_BIG5_HKSCS                                    Charsets = 2101
	Charsets_IBM1047                                       Charsets = 2102
	Charsets_PTCP154                                       Charsets = 2103
	Charsets_AMIGA_1251                                    Charsets = 2104
	Charsets_KOI7_SWITCHED                                 Charsets = 2105
	Charsets_BRF                                           Charsets = 2106
	Charsets_TSCII                                         Charsets = 2107
	Charsets_CP51932                                       Charsets = 2108
	Charsets_WINDOWS_874                                   Charsets = 2109
	Charsets_WINDOWS_1250                                  Charsets = 2250
	Charsets_WINDOWS_1251                                  Charsets = 2251
	Charsets_WINDOWS_1252                                  Charsets = 2252
	Charsets_WINDOWS_1253                                  Charsets = 2253
	Charsets_WINDOWS_1254                                  Charsets = 2254
	Charsets_WINDOWS_1255                                  Charsets = 2255
	Charsets_WINDOWS_1256                                  Charsets = 2256
	Charsets_WINDOWS_1257                                  Charsets = 2257
	Charsets_WINDOWS_1258                                  Charsets = 2258
	Charsets_TIS_620                                       Charsets = 2259
	Charsets_CP50220                                       Charsets = 2260
)

func (Charsets) EnumDescriptor

func (Charsets) EnumDescriptor() ([]byte, []int)

func (Charsets) String

func (x Charsets) String() string

type Encodings

type Encodings int32
const (
	Encodings_ENCODINGS_UNSPECIFIED Encodings = 0
	Encodings_IDENTITY              Encodings = 1
	Encodings_GZIP                  Encodings = 2
	Encodings_COMPRESS              Encodings = 3
	Encodings_DEFLATE               Encodings = 4
	Encodings_BR                    Encodings = 5
)

func (Encodings) EnumDescriptor

func (Encodings) EnumDescriptor() ([]byte, []int)

func (Encodings) String

func (x Encodings) String() string

type Frame

type Frame struct {
	Request              *Request  `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Response             *Response `protobuf:"bytes,2,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

Frame is an extensible message for raw wire communication. A protoweb connection is simply a stream of Frames between two end points. The end of a connection is denoted when the underlying stream or socket is closed.

func (*Frame) Descriptor

func (*Frame) Descriptor() ([]byte, []int)

func (*Frame) GetRequest

func (m *Frame) GetRequest() *Request

func (*Frame) GetResponse

func (m *Frame) GetResponse() *Response

func (*Frame) ProtoMessage

func (*Frame) ProtoMessage()

func (*Frame) Reset

func (m *Frame) Reset()

func (*Frame) String

func (m *Frame) String() string

func (*Frame) XXX_DiscardUnknown

func (m *Frame) XXX_DiscardUnknown()

func (*Frame) XXX_Marshal

func (m *Frame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Frame) XXX_Merge

func (m *Frame) XXX_Merge(src proto.Message)

func (*Frame) XXX_Size

func (m *Frame) XXX_Size() int

func (*Frame) XXX_Unmarshal

func (m *Frame) XXX_Unmarshal(b []byte) error

type HeaderDescriptor

type HeaderDescriptor struct {
	// name of header commonly appearing in HTTP spec, RFCs,
	// and documentation. E.g. "Access-Control-Allow-Credentials".
	HttpName             string   `protobuf:"bytes,1,opt,name=http_name,json=httpName,proto3" json:"http_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HeaderDescriptor) Descriptor

func (*HeaderDescriptor) Descriptor() ([]byte, []int)

func (*HeaderDescriptor) GetHttpName

func (m *HeaderDescriptor) GetHttpName() string

func (*HeaderDescriptor) ProtoMessage

func (*HeaderDescriptor) ProtoMessage()

func (*HeaderDescriptor) Reset

func (m *HeaderDescriptor) Reset()

func (*HeaderDescriptor) String

func (m *HeaderDescriptor) String() string

func (*HeaderDescriptor) XXX_DiscardUnknown

func (m *HeaderDescriptor) XXX_DiscardUnknown()

func (*HeaderDescriptor) XXX_Marshal

func (m *HeaderDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HeaderDescriptor) XXX_Merge

func (m *HeaderDescriptor) XXX_Merge(src proto.Message)

func (*HeaderDescriptor) XXX_Size

func (m *HeaderDescriptor) XXX_Size() int

func (*HeaderDescriptor) XXX_Unmarshal

func (m *HeaderDescriptor) XXX_Unmarshal(b []byte) error

type KeyValue

type KeyValue struct {
	Key                  string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyValue) Descriptor

func (*KeyValue) Descriptor() ([]byte, []int)

func (*KeyValue) GetKey

func (m *KeyValue) GetKey() string

func (*KeyValue) GetValue

func (m *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) Reset

func (m *KeyValue) Reset()

func (*KeyValue) String

func (m *KeyValue) String() string

func (*KeyValue) XXX_DiscardUnknown

func (m *KeyValue) XXX_DiscardUnknown()

func (*KeyValue) XXX_Marshal

func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KeyValue) XXX_Merge

func (m *KeyValue) XXX_Merge(src proto.Message)

func (*KeyValue) XXX_Size

func (m *KeyValue) XXX_Size() int

func (*KeyValue) XXX_Unmarshal

func (m *KeyValue) XXX_Unmarshal(b []byte) error

type MIMEType

type MIMEType struct {
	// Types that are valid to be assigned to MIMEType:
	//	*MIMEType_Type
	//	*MIMEType_Custom
	MIMEType             isMIMEType_MIMEType `protobuf_oneof:"MIMEType"`
	Charset              Charsets            `protobuf:"varint,3,opt,name=charset,proto3,enum=web.Charsets" json:"charset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*MIMEType) Descriptor

func (*MIMEType) Descriptor() ([]byte, []int)

func (*MIMEType) GetCharset

func (m *MIMEType) GetCharset() Charsets

func (*MIMEType) GetCustom

func (m *MIMEType) GetCustom() string

func (*MIMEType) GetMIMEType

func (m *MIMEType) GetMIMEType() isMIMEType_MIMEType

func (*MIMEType) GetType

func (m *MIMEType) GetType() MIMETypes

func (*MIMEType) ProtoMessage

func (*MIMEType) ProtoMessage()

func (*MIMEType) Reset

func (m *MIMEType) Reset()

func (*MIMEType) String

func (m *MIMEType) String() string

func (*MIMEType) XXX_DiscardUnknown

func (m *MIMEType) XXX_DiscardUnknown()

func (*MIMEType) XXX_Marshal

func (m *MIMEType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MIMEType) XXX_Merge

func (m *MIMEType) XXX_Merge(src proto.Message)

func (*MIMEType) XXX_OneofWrappers

func (*MIMEType) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MIMEType) XXX_Size

func (m *MIMEType) XXX_Size() int

func (*MIMEType) XXX_Unmarshal

func (m *MIMEType) XXX_Unmarshal(b []byte) error

type MIMETypeDescriptor

type MIMETypeDescriptor struct {
	HttpString           string   `protobuf:"bytes,1,opt,name=http_string,json=httpString,proto3" json:"http_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MIMETypeDescriptor) Descriptor

func (*MIMETypeDescriptor) Descriptor() ([]byte, []int)

func (*MIMETypeDescriptor) GetHttpString

func (m *MIMETypeDescriptor) GetHttpString() string

func (*MIMETypeDescriptor) ProtoMessage

func (*MIMETypeDescriptor) ProtoMessage()

func (*MIMETypeDescriptor) Reset

func (m *MIMETypeDescriptor) Reset()

func (*MIMETypeDescriptor) String

func (m *MIMETypeDescriptor) String() string

func (*MIMETypeDescriptor) XXX_DiscardUnknown

func (m *MIMETypeDescriptor) XXX_DiscardUnknown()

func (*MIMETypeDescriptor) XXX_Marshal

func (m *MIMETypeDescriptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MIMETypeDescriptor) XXX_Merge

func (m *MIMETypeDescriptor) XXX_Merge(src proto.Message)

func (*MIMETypeDescriptor) XXX_Size

func (m *MIMETypeDescriptor) XXX_Size() int

func (*MIMETypeDescriptor) XXX_Unmarshal

func (m *MIMETypeDescriptor) XXX_Unmarshal(b []byte) error

type MIMEType_Custom

type MIMEType_Custom struct {
	Custom string `protobuf:"bytes,2,opt,name=custom,proto3,oneof"`
}

type MIMEType_Type

type MIMEType_Type struct {
	Type MIMETypes `protobuf:"varint,1,opt,name=type,proto3,enum=web.MIMETypes,oneof"`
}

type MIMETypes

type MIMETypes int32
const (
	MIMETypes_MIME_TYPE_UNUSED                                                                          MIMETypes = 0
	MIMETypes_APPLICATION_1D_INTERLEAVED_PARITYFEC                                                      MIMETypes = 128
	MIMETypes_APPLICATION_3GPDASH_QOE_REPORT_PLUS_XML                                                   MIMETypes = 129
	MIMETypes_APPLICATION_3GPP_IMS_PLUS_XML                                                             MIMETypes = 130
	MIMETypes_APPLICATION_A2L                                                                           MIMETypes = 131
	MIMETypes_APPLICATION_ACTIVEMESSAGE                                                                 MIMETypes = 132
	MIMETypes_APPLICATION_ACTIVITY_PLUS_JSON                                                            MIMETypes = 133
	MIMETypes_APPLICATION_ALTO_COSTMAPFILTER_PLUS_JSON                                                  MIMETypes = 135
	MIMETypes_APPLICATION_ALTO_COSTMAP_PLUS_JSON                                                        MIMETypes = 134
	MIMETypes_APPLICATION_ALTO_DIRECTORY_PLUS_JSON                                                      MIMETypes = 136
	MIMETypes_APPLICATION_ALTO_ENDPOINTCOSTPARAMS_PLUS_JSON                                             MIMETypes = 140
	MIMETypes_APPLICATION_ALTO_ENDPOINTCOST_PLUS_JSON                                                   MIMETypes = 139
	MIMETypes_APPLICATION_ALTO_ENDPOINTPROPPARAMS_PLUS_JSON                                             MIMETypes = 138
	MIMETypes_APPLICATION_ALTO_ENDPOINTPROP_PLUS_JSON                                                   MIMETypes = 137
	MIMETypes_APPLICATION_ALTO_ERROR_PLUS_JSON                                                          MIMETypes = 141
	MIMETypes_APPLICATION_ALTO_NETWORKMAPFILTER_PLUS_JSON                                               MIMETypes = 142
	MIMETypes_APPLICATION_ALTO_NETWORKMAP_PLUS_JSON                                                     MIMETypes = 143
	MIMETypes_APPLICATION_AML                                                                           MIMETypes = 144
	MIMETypes_APPLICATION_ANDREW_INSET                                                                  MIMETypes = 145
	MIMETypes_APPLICATION_APPLEFILE                                                                     MIMETypes = 146
	MIMETypes_APPLICATION_ATF                                                                           MIMETypes = 147
	MIMETypes_APPLICATION_ATFX                                                                          MIMETypes = 148
	MIMETypes_APPLICATION_ATOMCAT_PLUS_XML                                                              MIMETypes = 150
	MIMETypes_APPLICATION_ATOMDELETED_PLUS_XML                                                          MIMETypes = 151
	MIMETypes_APPLICATION_ATOMICMAIL                                                                    MIMETypes = 152
	MIMETypes_APPLICATION_ATOMSVC_PLUS_XML                                                              MIMETypes = 153
	MIMETypes_APPLICATION_ATOM_PLUS_XML                                                                 MIMETypes = 149
	MIMETypes_APPLICATION_ATSC_DWD_PLUS_XML                                                             MIMETypes = 154
	MIMETypes_APPLICATION_ATSC_HELD_PLUS_XML                                                            MIMETypes = 155
	MIMETypes_APPLICATION_ATSC_RDT_PLUS_JSON                                                            MIMETypes = 156
	MIMETypes_APPLICATION_ATSC_RSAT_PLUS_XML                                                            MIMETypes = 157
	MIMETypes_APPLICATION_ATXML                                                                         MIMETypes = 158
	MIMETypes_APPLICATION_AUTH_POLICY_PLUS_XML                                                          MIMETypes = 159
	MIMETypes_APPLICATION_BACNET_XDD_PLUS_ZIP                                                           MIMETypes = 160
	MIMETypes_APPLICATION_BATCH_SMTP                                                                    MIMETypes = 161
	MIMETypes_APPLICATION_BEEP_PLUS_XML                                                                 MIMETypes = 162
	MIMETypes_APPLICATION_CALENDAR_PLUS_JSON                                                            MIMETypes = 163
	MIMETypes_APPLICATION_CALENDAR_PLUS_XML                                                             MIMETypes = 164
	MIMETypes_APPLICATION_CALL_COMPLETION                                                               MIMETypes = 165
	MIMETypes_APPLICATION_CALS_1840                                                                     MIMETypes = 166
	MIMETypes_APPLICATION_CBOR                                                                          MIMETypes = 167
	MIMETypes_APPLICATION_CBOR_SEQ                                                                      MIMETypes = 168
	MIMETypes_APPLICATION_CCCEX                                                                         MIMETypes = 169
	MIMETypes_APPLICATION_CCMP_PLUS_XML                                                                 MIMETypes = 170
	MIMETypes_APPLICATION_CCXML_PLUS_XML                                                                MIMETypes = 171
	MIMETypes_APPLICATION_CDFX_PLUS_XML                                                                 MIMETypes = 172
	MIMETypes_APPLICATION_CDMI_CAPABILITY                                                               MIMETypes = 173
	MIMETypes_APPLICATION_CDMI_CONTAINER                                                                MIMETypes = 174
	MIMETypes_APPLICATION_CDMI_DOMAIN                                                                   MIMETypes = 175
	MIMETypes_APPLICATION_CDMI_OBJECT                                                                   MIMETypes = 176
	MIMETypes_APPLICATION_CDMI_QUEUE                                                                    MIMETypes = 177
	MIMETypes_APPLICATION_CDNI                                                                          MIMETypes = 178
	MIMETypes_APPLICATION_CEA                                                                           MIMETypes = 179
	MIMETypes_APPLICATION_CEA_2018_PLUS_XML                                                             MIMETypes = 180
	MIMETypes_APPLICATION_CELLML_PLUS_XML                                                               MIMETypes = 181
	MIMETypes_APPLICATION_CFW                                                                           MIMETypes = 182
	MIMETypes_APPLICATION_CLUE_INFO_PLUS_XML                                                            MIMETypes = 183
	MIMETypes_APPLICATION_CMS                                                                           MIMETypes = 184
	MIMETypes_APPLICATION_CNRP_PLUS_XML                                                                 MIMETypes = 185
	MIMETypes_APPLICATION_COAP_GROUP_PLUS_JSON                                                          MIMETypes = 186
	MIMETypes_APPLICATION_COAP_PAYLOAD                                                                  MIMETypes = 187
	MIMETypes_APPLICATION_COMMONGROUND                                                                  MIMETypes = 188
	MIMETypes_APPLICATION_CONFERENCE_INFO_PLUS_XML                                                      MIMETypes = 189
	MIMETypes_APPLICATION_COSE                                                                          MIMETypes = 191
	MIMETypes_APPLICATION_COSE_KEY                                                                      MIMETypes = 192
	MIMETypes_APPLICATION_COSE_KEY_SET                                                                  MIMETypes = 193
	MIMETypes_APPLICATION_CPL_PLUS_XML                                                                  MIMETypes = 190
	MIMETypes_APPLICATION_CSRATTRS                                                                      MIMETypes = 194
	MIMETypes_APPLICATION_CSTADATA_PLUS_XML                                                             MIMETypes = 196
	MIMETypes_APPLICATION_CSTA_PLUS_XML                                                                 MIMETypes = 195
	MIMETypes_APPLICATION_CSVM_PLUS_JSON                                                                MIMETypes = 197
	MIMETypes_APPLICATION_CWT                                                                           MIMETypes = 198
	MIMETypes_APPLICATION_CYBERCASH                                                                     MIMETypes = 199
	MIMETypes_APPLICATION_DASHDELTA                                                                     MIMETypes = 201
	MIMETypes_APPLICATION_DASH_PLUS_XML                                                                 MIMETypes = 200
	MIMETypes_APPLICATION_DAVMOUNT_PLUS_XML                                                             MIMETypes = 202
	MIMETypes_APPLICATION_DCA_RFT                                                                       MIMETypes = 203
	MIMETypes_APPLICATION_DCD                                                                           MIMETypes = 204
	MIMETypes_APPLICATION_DEC_DX                                                                        MIMETypes = 205
	MIMETypes_APPLICATION_DIALOG_INFO_PLUS_XML                                                          MIMETypes = 206
	MIMETypes_APPLICATION_DICOM                                                                         MIMETypes = 207
	MIMETypes_APPLICATION_DICOM_PLUS_JSON                                                               MIMETypes = 208
	MIMETypes_APPLICATION_DICOM_PLUS_XML                                                                MIMETypes = 209
	MIMETypes_APPLICATION_DII                                                                           MIMETypes = 210
	MIMETypes_APPLICATION_DIT                                                                           MIMETypes = 211
	MIMETypes_APPLICATION_DNS                                                                           MIMETypes = 212
	MIMETypes_APPLICATION_DNS_MESSAGE                                                                   MIMETypes = 214
	MIMETypes_APPLICATION_DNS_PLUS_JSON                                                                 MIMETypes = 213
	MIMETypes_APPLICATION_DSKPP_PLUS_XML                                                                MIMETypes = 215
	MIMETypes_APPLICATION_DSSC_PLUS_DER                                                                 MIMETypes = 216
	MIMETypes_APPLICATION_DSSC_PLUS_XML                                                                 MIMETypes = 217
	MIMETypes_APPLICATION_DVCS                                                                          MIMETypes = 218
	MIMETypes_APPLICATION_ECMASCRIPT                                                                    MIMETypes = 219
	MIMETypes_APPLICATION_EDIFACT                                                                       MIMETypes = 221
	MIMETypes_APPLICATION_EDI_CONSENT                                                                   MIMETypes = 220
	MIMETypes_APPLICATION_EDI_X12                                                                       MIMETypes = 222
	MIMETypes_APPLICATION_EFI                                                                           MIMETypes = 223
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_COMMENT_PLUS_XML                                            MIMETypes = 224
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_CONTROL_PLUS_XML                                            MIMETypes = 225
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_DEVICEINFO_PLUS_XML                                         MIMETypes = 226
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_ECALL_MSD                                                   MIMETypes = 227
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_PROVIDERINFO_PLUS_XML                                       MIMETypes = 228
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_SERVICEINFO_PLUS_XML                                        MIMETypes = 229
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_SUBSCRIBERINFO_PLUS_XML                                     MIMETypes = 230
	MIMETypes_APPLICATION_EMERGENCYCALLDATA_VEDS_PLUS_XML                                               MIMETypes = 231
	MIMETypes_APPLICATION_EMMA_PLUS_XML                                                                 MIMETypes = 232
	MIMETypes_APPLICATION_EMOTIONML_PLUS_XML                                                            MIMETypes = 233
	MIMETypes_APPLICATION_ENCAPRTP                                                                      MIMETypes = 234
	MIMETypes_APPLICATION_EPP_PLUS_XML                                                                  MIMETypes = 235
	MIMETypes_APPLICATION_EPUB_PLUS_ZIP                                                                 MIMETypes = 236
	MIMETypes_APPLICATION_ESHOP                                                                         MIMETypes = 237
	MIMETypes_APPLICATION_EXAMPLE                                                                       MIMETypes = 238
	MIMETypes_APPLICATION_EXI                                                                           MIMETypes = 239
	MIMETypes_APPLICATION_EXPECT_CT_REPORT_PLUS_JSON                                                    MIMETypes = 240
	MIMETypes_APPLICATION_FASTINFOSET                                                                   MIMETypes = 241
	MIMETypes_APPLICATION_FASTSOAP                                                                      MIMETypes = 242
	MIMETypes_APPLICATION_FDT_PLUS_XML                                                                  MIMETypes = 243
	MIMETypes_APPLICATION_FHIR_PLUS_JSON                                                                MIMETypes = 244
	MIMETypes_APPLICATION_FHIR_PLUS_XML                                                                 MIMETypes = 245
	MIMETypes_APPLICATION_FITS                                                                          MIMETypes = 246
	MIMETypes_APPLICATION_FLEXFEC                                                                       MIMETypes = 247
	MIMETypes_APPLICATION_FONT_SFNT                                                                     MIMETypes = 248
	MIMETypes_APPLICATION_FONT_TDPFR                                                                    MIMETypes = 249
	MIMETypes_APPLICATION_FONT_WOFF                                                                     MIMETypes = 1
	MIMETypes_APPLICATION_FONT_WOFF2                                                                    MIMETypes = 2
	MIMETypes_APPLICATION_FRAMEWORK_ATTRIBUTES_PLUS_XML                                                 MIMETypes = 251
	MIMETypes_APPLICATION_GEOPACKAGE_PLUS_SQLITE3                                                       MIMETypes = 254
	MIMETypes_APPLICATION_GEOXACML_PLUS_XML                                                             MIMETypes = 255
	MIMETypes_APPLICATION_GEO_PLUS_JSON                                                                 MIMETypes = 252
	MIMETypes_APPLICATION_GEO_PLUS_JSON_SEQ                                                             MIMETypes = 253
	MIMETypes_APPLICATION_GLTF_BUFFER                                                                   MIMETypes = 256
	MIMETypes_APPLICATION_GML_PLUS_XML                                                                  MIMETypes = 257
	MIMETypes_APPLICATION_GZIP                                                                          MIMETypes = 258
	MIMETypes_APPLICATION_H224                                                                          MIMETypes = 259
	MIMETypes_APPLICATION_HELD_PLUS_XML                                                                 MIMETypes = 260
	MIMETypes_APPLICATION_HTTP                                                                          MIMETypes = 261
	MIMETypes_APPLICATION_HYPERSTUDIO                                                                   MIMETypes = 262
	MIMETypes_APPLICATION_IBE_KEY_REQUEST_PLUS_XML                                                      MIMETypes = 263
	MIMETypes_APPLICATION_IBE_PKG_REPLY_PLUS_XML                                                        MIMETypes = 264
	MIMETypes_APPLICATION_IBE_PP_DATA                                                                   MIMETypes = 265
	MIMETypes_APPLICATION_IGES                                                                          MIMETypes = 266
	MIMETypes_APPLICATION_IM_ISCOMPOSING_PLUS_XML                                                       MIMETypes = 267
	MIMETypes_APPLICATION_INDEX                                                                         MIMETypes = 268
	MIMETypes_APPLICATION_INDEX_CMD                                                                     MIMETypes = 269
	MIMETypes_APPLICATION_INDEX_OBJ                                                                     MIMETypes = 270
	MIMETypes_APPLICATION_INDEX_RESPONSE                                                                MIMETypes = 271
	MIMETypes_APPLICATION_INDEX_VND                                                                     MIMETypes = 272
	MIMETypes_APPLICATION_INKML_PLUS_XML                                                                MIMETypes = 273
	MIMETypes_APPLICATION_IOTP                                                                          MIMETypes = 274
	MIMETypes_APPLICATION_IPFIX                                                                         MIMETypes = 275
	MIMETypes_APPLICATION_IPP                                                                           MIMETypes = 276
	MIMETypes_APPLICATION_ISUP                                                                          MIMETypes = 277
	MIMETypes_APPLICATION_ITS_PLUS_XML                                                                  MIMETypes = 278
	MIMETypes_APPLICATION_JAVASCRIPT                                                                    MIMETypes = 3
	MIMETypes_APPLICATION_JF2FEED_PLUS_JSON                                                             MIMETypes = 279
	MIMETypes_APPLICATION_JOSE                                                                          MIMETypes = 280
	MIMETypes_APPLICATION_JOSE_PLUS_JSON                                                                MIMETypes = 281
	MIMETypes_APPLICATION_JRD_PLUS_JSON                                                                 MIMETypes = 282
	MIMETypes_APPLICATION_JSON                                                                          MIMETypes = 4
	MIMETypes_APPLICATION_JSON_PATCH_PLUS_JSON                                                          MIMETypes = 284
	MIMETypes_APPLICATION_JSON_SEQ                                                                      MIMETypes = 285
	MIMETypes_APPLICATION_JWK_PLUS_JSON                                                                 MIMETypes = 286
	MIMETypes_APPLICATION_JWK_SET_PLUS_JSON                                                             MIMETypes = 287
	MIMETypes_APPLICATION_JWT                                                                           MIMETypes = 288
	MIMETypes_APPLICATION_KPML_REQUEST_PLUS_XML                                                         MIMETypes = 289
	MIMETypes_APPLICATION_KPML_RESPONSE_PLUS_XML                                                        MIMETypes = 290
	MIMETypes_APPLICATION_LD_PLUS_JSON                                                                  MIMETypes = 291
	MIMETypes_APPLICATION_LGR_PLUS_XML                                                                  MIMETypes = 292
	MIMETypes_APPLICATION_LINK_FORMAT                                                                   MIMETypes = 293
	MIMETypes_APPLICATION_LOAD_CONTROL_PLUS_XML                                                         MIMETypes = 294
	MIMETypes_APPLICATION_LOSTSYNC_PLUS_XML                                                             MIMETypes = 296
	MIMETypes_APPLICATION_LOST_PLUS_XML                                                                 MIMETypes = 295
	MIMETypes_APPLICATION_LXF                                                                           MIMETypes = 297
	MIMETypes_APPLICATION_MACWRITEII                                                                    MIMETypes = 299
	MIMETypes_APPLICATION_MAC_BINHEX40                                                                  MIMETypes = 298
	MIMETypes_APPLICATION_MADS_PLUS_XML                                                                 MIMETypes = 300
	MIMETypes_APPLICATION_MARC                                                                          MIMETypes = 301
	MIMETypes_APPLICATION_MARCXML_PLUS_XML                                                              MIMETypes = 302
	MIMETypes_APPLICATION_MATHEMATICA                                                                   MIMETypes = 303
	MIMETypes_APPLICATION_MATHML_CONTENT_PLUS_XML                                                       MIMETypes = 304
	MIMETypes_APPLICATION_MATHML_PLUS_XML                                                               MIMETypes = 306
	MIMETypes_APPLICATION_MATHML_PRESENTATION_PLUS_XML                                                  MIMETypes = 305
	MIMETypes_APPLICATION_MBMS_ASSOCIATED_PROCEDURE_DESCRIPTION_PLUS_XML                                MIMETypes = 307
	MIMETypes_APPLICATION_MBMS_DEREGISTER_PLUS_XML                                                      MIMETypes = 308
	MIMETypes_APPLICATION_MBMS_ENVELOPE_PLUS_XML                                                        MIMETypes = 309
	MIMETypes_APPLICATION_MBMS_MSK_PLUS_XML                                                             MIMETypes = 311
	MIMETypes_APPLICATION_MBMS_MSK_RESPONSE_PLUS_XML                                                    MIMETypes = 310
	MIMETypes_APPLICATION_MBMS_PROTECTION_DESCRIPTION_PLUS_XML                                          MIMETypes = 312
	MIMETypes_APPLICATION_MBMS_RECEPTION_REPORT_PLUS_XML                                                MIMETypes = 313
	MIMETypes_APPLICATION_MBMS_REGISTER_PLUS_XML                                                        MIMETypes = 315
	MIMETypes_APPLICATION_MBMS_REGISTER_RESPONSE_PLUS_XML                                               MIMETypes = 314
	MIMETypes_APPLICATION_MBMS_SCHEDULE_PLUS_XML                                                        MIMETypes = 316
	MIMETypes_APPLICATION_MBMS_USER_SERVICE_DESCRIPTION_PLUS_XML                                        MIMETypes = 317
	MIMETypes_APPLICATION_MBOX                                                                          MIMETypes = 318
	MIMETypes_APPLICATION_MEDIASERVERCONTROL_PLUS_XML                                                   MIMETypes = 321
	MIMETypes_APPLICATION_MEDIA_CONTROL_PLUS_XML                                                        MIMETypes = 319
	MIMETypes_APPLICATION_MEDIA_POLICY_DATASET_PLUS_XML                                                 MIMETypes = 320
	MIMETypes_APPLICATION_MERGE_PATCH_PLUS_JSON                                                         MIMETypes = 322
	MIMETypes_APPLICATION_METALINK4_PLUS_XML                                                            MIMETypes = 323
	MIMETypes_APPLICATION_METS_PLUS_XML                                                                 MIMETypes = 324
	MIMETypes_APPLICATION_MF4                                                                           MIMETypes = 325
	MIMETypes_APPLICATION_MIKEY                                                                         MIMETypes = 326
	MIMETypes_APPLICATION_MIPC                                                                          MIMETypes = 327
	MIMETypes_APPLICATION_MMT_AEI_PLUS_XML                                                              MIMETypes = 328
	MIMETypes_APPLICATION_MMT_USD_PLUS_XML                                                              MIMETypes = 329
	MIMETypes_APPLICATION_MODS_PLUS_XML                                                                 MIMETypes = 330
	MIMETypes_APPLICATION_MOSSKEY_DATA                                                                  MIMETypes = 333
	MIMETypes_APPLICATION_MOSSKEY_REQUEST                                                               MIMETypes = 334
	MIMETypes_APPLICATION_MOSS_KEYS                                                                     MIMETypes = 331
	MIMETypes_APPLICATION_MOSS_SIGNATURE                                                                MIMETypes = 332
	MIMETypes_APPLICATION_MP21                                                                          MIMETypes = 335
	MIMETypes_APPLICATION_MP4                                                                           MIMETypes = 336
	MIMETypes_APPLICATION_MPEG4_GENERIC                                                                 MIMETypes = 337
	MIMETypes_APPLICATION_MPEG4_IOD                                                                     MIMETypes = 338
	MIMETypes_APPLICATION_MPEG4_IOD_XMT                                                                 MIMETypes = 339
	MIMETypes_APPLICATION_MRB_CONSUMER_PLUS_XML                                                         MIMETypes = 340
	MIMETypes_APPLICATION_MRB_PUBLISH_PLUS_XML                                                          MIMETypes = 341
	MIMETypes_APPLICATION_MSC_IVR_PLUS_XML                                                              MIMETypes = 342
	MIMETypes_APPLICATION_MSC_MIXER_PLUS_XML                                                            MIMETypes = 343
	MIMETypes_APPLICATION_MSWORD                                                                        MIMETypes = 344
	MIMETypes_APPLICATION_MUD_PLUS_JSON                                                                 MIMETypes = 345
	MIMETypes_APPLICATION_MULTIPART_CORE                                                                MIMETypes = 346
	MIMETypes_APPLICATION_MXF                                                                           MIMETypes = 347
	MIMETypes_APPLICATION_NASDATA                                                                       MIMETypes = 350
	MIMETypes_APPLICATION_NEWS_CHECKGROUPS                                                              MIMETypes = 351
	MIMETypes_APPLICATION_NEWS_GROUPINFO                                                                MIMETypes = 352
	MIMETypes_APPLICATION_NEWS_TRANSMISSION                                                             MIMETypes = 353
	MIMETypes_APPLICATION_NLSML_PLUS_XML                                                                MIMETypes = 354
	MIMETypes_APPLICATION_NODE                                                                          MIMETypes = 355
	MIMETypes_APPLICATION_NSS                                                                           MIMETypes = 356
	MIMETypes_APPLICATION_N_QUADS                                                                       MIMETypes = 348
	MIMETypes_APPLICATION_N_TRIPLES                                                                     MIMETypes = 349
	MIMETypes_APPLICATION_OCSP_REQUEST                                                                  MIMETypes = 357
	MIMETypes_APPLICATION_OCSP_RESPONSE                                                                 MIMETypes = 358
	MIMETypes_APPLICATION_OCTET_STREAM                                                                  MIMETypes = 5
	MIMETypes_APPLICATION_ODA                                                                           MIMETypes = 359
	MIMETypes_APPLICATION_ODM_PLUS_XML                                                                  MIMETypes = 360
	MIMETypes_APPLICATION_ODX                                                                           MIMETypes = 361
	MIMETypes_APPLICATION_OEBPS_PACKAGE_PLUS_XML                                                        MIMETypes = 362
	MIMETypes_APPLICATION_OGG                                                                           MIMETypes = 363
	MIMETypes_APPLICATION_OSCORE                                                                        MIMETypes = 364
	MIMETypes_APPLICATION_OXPS                                                                          MIMETypes = 365
	MIMETypes_APPLICATION_P2P_OVERLAY_PLUS_XML                                                          MIMETypes = 366
	MIMETypes_APPLICATION_PARITYFEC                                                                     MIMETypes = 367
	MIMETypes_APPLICATION_PASSPORT                                                                      MIMETypes = 368
	MIMETypes_APPLICATION_PATCH_OPS_ERROR_PLUS_XML                                                      MIMETypes = 369
	MIMETypes_APPLICATION_PDF                                                                           MIMETypes = 370
	MIMETypes_APPLICATION_PDX                                                                           MIMETypes = 371
	MIMETypes_APPLICATION_PEM_CERTIFICATE_CHAIN                                                         MIMETypes = 372
	MIMETypes_APPLICATION_PGP_ENCRYPTED                                                                 MIMETypes = 373
	MIMETypes_APPLICATION_PGP_KEYS                                                                      MIMETypes = 374
	MIMETypes_APPLICATION_PGP_SIGNATURE                                                                 MIMETypes = 375
	MIMETypes_APPLICATION_PIDF_DIFF_PLUS_XML                                                            MIMETypes = 376
	MIMETypes_APPLICATION_PIDF_PLUS_XML                                                                 MIMETypes = 377
	MIMETypes_APPLICATION_PKCS10                                                                        MIMETypes = 378
	MIMETypes_APPLICATION_PKCS12                                                                        MIMETypes = 383
	MIMETypes_APPLICATION_PKCS7_MIME                                                                    MIMETypes = 379
	MIMETypes_APPLICATION_PKCS7_SIGNATURE                                                               MIMETypes = 380
	MIMETypes_APPLICATION_PKCS8                                                                         MIMETypes = 381
	MIMETypes_APPLICATION_PKCS8_ENCRYPTED                                                               MIMETypes = 382
	MIMETypes_APPLICATION_PKIXCMP                                                                       MIMETypes = 388
	MIMETypes_APPLICATION_PKIX_ATTR_CERT                                                                MIMETypes = 384
	MIMETypes_APPLICATION_PKIX_CERT                                                                     MIMETypes = 385
	MIMETypes_APPLICATION_PKIX_CRL                                                                      MIMETypes = 386
	MIMETypes_APPLICATION_PKIX_PKIPATH                                                                  MIMETypes = 387
	MIMETypes_APPLICATION_PLS_PLUS_XML                                                                  MIMETypes = 389
	MIMETypes_APPLICATION_POC_SETTINGS_PLUS_XML                                                         MIMETypes = 390
	MIMETypes_APPLICATION_POSTSCRIPT                                                                    MIMETypes = 391
	MIMETypes_APPLICATION_PPSP_TRACKER_PLUS_JSON                                                        MIMETypes = 392
	MIMETypes_APPLICATION_PROBLEM_PLUS_JSON                                                             MIMETypes = 393
	MIMETypes_APPLICATION_PROBLEM_PLUS_XML                                                              MIMETypes = 394
	MIMETypes_APPLICATION_PROVENANCE_PLUS_XML                                                           MIMETypes = 395
	MIMETypes_APPLICATION_PRS_ALVESTRAND_TITRAX_SHEET                                                   MIMETypes = 396
	MIMETypes_APPLICATION_PRS_CWW                                                                       MIMETypes = 397
	MIMETypes_APPLICATION_PRS_HPUB_PLUS_ZIP                                                             MIMETypes = 398
	MIMETypes_APPLICATION_PRS_NPREND                                                                    MIMETypes = 399
	MIMETypes_APPLICATION_PRS_PLUCKER                                                                   MIMETypes = 400
	MIMETypes_APPLICATION_PRS_RDF_XML_CRYPT                                                             MIMETypes = 401
	MIMETypes_APPLICATION_PRS_XSF_PLUS_XML                                                              MIMETypes = 402
	MIMETypes_APPLICATION_PSKC_PLUS_XML                                                                 MIMETypes = 403
	MIMETypes_APPLICATION_QSIG                                                                          MIMETypes = 408
	MIMETypes_APPLICATION_RAPTORFEC                                                                     MIMETypes = 409
	MIMETypes_APPLICATION_RDAP_PLUS_JSON                                                                MIMETypes = 410
	MIMETypes_APPLICATION_RDF_PLUS_XML                                                                  MIMETypes = 404
	MIMETypes_APPLICATION_REGINFO_PLUS_XML                                                              MIMETypes = 411
	MIMETypes_APPLICATION_RELAX_NG_COMPACT_SYNTAX                                                       MIMETypes = 412
	MIMETypes_APPLICATION_REMOTE_PRINTING                                                               MIMETypes = 413
	MIMETypes_APPLICATION_REPUTON_PLUS_JSON                                                             MIMETypes = 414
	MIMETypes_APPLICATION_RESOURCE_LISTS_DIFF_PLUS_XML                                                  MIMETypes = 415
	MIMETypes_APPLICATION_RESOURCE_LISTS_PLUS_XML                                                       MIMETypes = 416
	MIMETypes_APPLICATION_RFC_PLUS_XML                                                                  MIMETypes = 417
	MIMETypes_APPLICATION_RISCOS                                                                        MIMETypes = 418
	MIMETypes_APPLICATION_RLMI_PLUS_XML                                                                 MIMETypes = 419
	MIMETypes_APPLICATION_RLS_SERVICES_PLUS_XML                                                         MIMETypes = 420
	MIMETypes_APPLICATION_ROUTE_APD_PLUS_XML                                                            MIMETypes = 405
	MIMETypes_APPLICATION_ROUTE_S_TSID_PLUS_XML                                                         MIMETypes = 406
	MIMETypes_APPLICATION_ROUTE_USD_PLUS_XML                                                            MIMETypes = 407
	MIMETypes_APPLICATION_RPKI_GHOSTBUSTERS                                                             MIMETypes = 421
	MIMETypes_APPLICATION_RPKI_MANIFEST                                                                 MIMETypes = 422
	MIMETypes_APPLICATION_RPKI_PUBLICATION                                                              MIMETypes = 423
	MIMETypes_APPLICATION_RPKI_ROA                                                                      MIMETypes = 424
	MIMETypes_APPLICATION_RPKI_UPDOWN                                                                   MIMETypes = 425
	MIMETypes_APPLICATION_RTF                                                                           MIMETypes = 426
	MIMETypes_APPLICATION_RTPLOOPBACK                                                                   MIMETypes = 427
	MIMETypes_APPLICATION_RTX                                                                           MIMETypes = 428
	MIMETypes_APPLICATION_SAMLASSERTION_PLUS_XML                                                        MIMETypes = 429
	MIMETypes_APPLICATION_SAMLMETADATA_PLUS_XML                                                         MIMETypes = 430
	MIMETypes_APPLICATION_SBML_PLUS_XML                                                                 MIMETypes = 431
	MIMETypes_APPLICATION_SCAIP_PLUS_XML                                                                MIMETypes = 432
	MIMETypes_APPLICATION_SCIM_PLUS_JSON                                                                MIMETypes = 433
	MIMETypes_APPLICATION_SCVP_CV_REQUEST                                                               MIMETypes = 434
	MIMETypes_APPLICATION_SCVP_CV_RESPONSE                                                              MIMETypes = 435
	MIMETypes_APPLICATION_SCVP_VP_REQUEST                                                               MIMETypes = 436
	MIMETypes_APPLICATION_SCVP_VP_RESPONSE                                                              MIMETypes = 437
	MIMETypes_APPLICATION_SDP                                                                           MIMETypes = 438
	MIMETypes_APPLICATION_SECEVENT_PLUS_JWT                                                             MIMETypes = 439
	MIMETypes_APPLICATION_SENML_EXI                                                                     MIMETypes = 440
	MIMETypes_APPLICATION_SENML_PLUS_CBOR                                                               MIMETypes = 441
	MIMETypes_APPLICATION_SENML_PLUS_JSON                                                               MIMETypes = 442
	MIMETypes_APPLICATION_SENML_PLUS_XML                                                                MIMETypes = 443
	MIMETypes_APPLICATION_SENSML_EXI                                                                    MIMETypes = 444
	MIMETypes_APPLICATION_SENSML_PLUS_CBOR                                                              MIMETypes = 445
	MIMETypes_APPLICATION_SENSML_PLUS_JSON                                                              MIMETypes = 446
	MIMETypes_APPLICATION_SENSML_PLUS_XML                                                               MIMETypes = 447
	MIMETypes_APPLICATION_SEP_EXI                                                                       MIMETypes = 448
	MIMETypes_APPLICATION_SEP_PLUS_XML                                                                  MIMETypes = 449
	MIMETypes_APPLICATION_SESSION_INFO                                                                  MIMETypes = 450
	MIMETypes_APPLICATION_SET_PAYMENT                                                                   MIMETypes = 451
	MIMETypes_APPLICATION_SET_PAYMENT_INITIATION                                                        MIMETypes = 452
	MIMETypes_APPLICATION_SET_REGISTRATION                                                              MIMETypes = 453
	MIMETypes_APPLICATION_SET_REGISTRATION_INITIATION                                                   MIMETypes = 454
	MIMETypes_APPLICATION_SGML                                                                          MIMETypes = 455
	MIMETypes_APPLICATION_SGML_OPEN_CATALOG                                                             MIMETypes = 456
	MIMETypes_APPLICATION_SHF_PLUS_XML                                                                  MIMETypes = 457
	MIMETypes_APPLICATION_SIEVE                                                                         MIMETypes = 458
	MIMETypes_APPLICATION_SIMPLESYMBOLCONTAINER                                                         MIMETypes = 461
	MIMETypes_APPLICATION_SIMPLE_FILTER_PLUS_XML                                                        MIMETypes = 459
	MIMETypes_APPLICATION_SIMPLE_MESSAGE_SUMMARY                                                        MIMETypes = 460
	MIMETypes_APPLICATION_SIPC                                                                          MIMETypes = 462
	MIMETypes_APPLICATION_SLATE                                                                         MIMETypes = 463
	MIMETypes_APPLICATION_SMIL                                                                          MIMETypes = 464
	MIMETypes_APPLICATION_SMIL_PLUS_XML                                                                 MIMETypes = 465
	MIMETypes_APPLICATION_SMPTE336M                                                                     MIMETypes = 466
	MIMETypes_APPLICATION_SOAP_PLUS_FASTINFOSET                                                         MIMETypes = 467
	MIMETypes_APPLICATION_SOAP_PLUS_XML                                                                 MIMETypes = 468
	MIMETypes_APPLICATION_SPARQL_QUERY                                                                  MIMETypes = 469
	MIMETypes_APPLICATION_SPARQL_RESULTS_PLUS_XML                                                       MIMETypes = 470
	MIMETypes_APPLICATION_SPIRITS_EVENT_PLUS_XML                                                        MIMETypes = 471
	MIMETypes_APPLICATION_SQL                                                                           MIMETypes = 472
	MIMETypes_APPLICATION_SRGS                                                                          MIMETypes = 473
	MIMETypes_APPLICATION_SRGS_PLUS_XML                                                                 MIMETypes = 474
	MIMETypes_APPLICATION_SRU_PLUS_XML                                                                  MIMETypes = 475
	MIMETypes_APPLICATION_SSML_PLUS_XML                                                                 MIMETypes = 476
	MIMETypes_APPLICATION_STIX_PLUS_JSON                                                                MIMETypes = 477
	MIMETypes_APPLICATION_SWID_PLUS_XML                                                                 MIMETypes = 478
	MIMETypes_APPLICATION_TAMP_APEX_UPDATE                                                              MIMETypes = 479
	MIMETypes_APPLICATION_TAMP_APEX_UPDATE_CONFIRM                                                      MIMETypes = 480
	MIMETypes_APPLICATION_TAMP_COMMUNITY_UPDATE                                                         MIMETypes = 481
	MIMETypes_APPLICATION_TAMP_COMMUNITY_UPDATE_CONFIRM                                                 MIMETypes = 482
	MIMETypes_APPLICATION_TAMP_ERROR                                                                    MIMETypes = 483
	MIMETypes_APPLICATION_TAMP_SEQUENCE_ADJUST                                                          MIMETypes = 484
	MIMETypes_APPLICATION_TAMP_SEQUENCE_ADJUST_CONFIRM                                                  MIMETypes = 485
	MIMETypes_APPLICATION_TAMP_STATUS_QUERY                                                             MIMETypes = 486
	MIMETypes_APPLICATION_TAMP_STATUS_RESPONSE                                                          MIMETypes = 487
	MIMETypes_APPLICATION_TAMP_UPDATE                                                                   MIMETypes = 488
	MIMETypes_APPLICATION_TAMP_UPDATE_CONFIRM                                                           MIMETypes = 489
	MIMETypes_APPLICATION_TAXII_PLUS_JSON                                                               MIMETypes = 490
	MIMETypes_APPLICATION_TEI_PLUS_XML                                                                  MIMETypes = 491
	MIMETypes_APPLICATION_TETRA_ISI                                                                     MIMETypes = 492
	MIMETypes_APPLICATION_THRAUD_PLUS_XML                                                               MIMETypes = 493
	MIMETypes_APPLICATION_TIMESTAMPED_DATA                                                              MIMETypes = 496
	MIMETypes_APPLICATION_TIMESTAMP_QUERY                                                               MIMETypes = 494
	MIMETypes_APPLICATION_TIMESTAMP_REPLY                                                               MIMETypes = 495
	MIMETypes_APPLICATION_TLSRPT_PLUS_GZIP                                                              MIMETypes = 497
	MIMETypes_APPLICATION_TLSRPT_PLUS_JSON                                                              MIMETypes = 498
	MIMETypes_APPLICATION_TNAUTHLIST                                                                    MIMETypes = 499
	MIMETypes_APPLICATION_TRICKLE_ICE_SDPFRAG                                                           MIMETypes = 500
	MIMETypes_APPLICATION_TRIG                                                                          MIMETypes = 501
	MIMETypes_APPLICATION_TTML_PLUS_XML                                                                 MIMETypes = 502
	MIMETypes_APPLICATION_TVE_TRIGGER                                                                   MIMETypes = 503
	MIMETypes_APPLICATION_TZIF                                                                          MIMETypes = 504
	MIMETypes_APPLICATION_TZIF_LEAP                                                                     MIMETypes = 505
	MIMETypes_APPLICATION_ULPFEC                                                                        MIMETypes = 506
	MIMETypes_APPLICATION_URC_GRPSHEET_PLUS_XML                                                         MIMETypes = 507
	MIMETypes_APPLICATION_URC_RESSHEET_PLUS_XML                                                         MIMETypes = 508
	MIMETypes_APPLICATION_URC_TARGETDESC_PLUS_XML                                                       MIMETypes = 509
	MIMETypes_APPLICATION_URC_UISOCKETDESC_PLUS_XML                                                     MIMETypes = 510
	MIMETypes_APPLICATION_VCARD_PLUS_JSON                                                               MIMETypes = 511
	MIMETypes_APPLICATION_VCARD_PLUS_XML                                                                MIMETypes = 512
	MIMETypes_APPLICATION_VEMMI                                                                         MIMETypes = 513
	MIMETypes_APPLICATION_VND_1000MINDS_DECISION_MODEL_PLUS_XML                                         MIMETypes = 514
	MIMETypes_APPLICATION_VND_3GPP2_BCMCSINFO_PLUS_XML                                                  MIMETypes = 558
	MIMETypes_APPLICATION_VND_3GPP2_SMS                                                                 MIMETypes = 559
	MIMETypes_APPLICATION_VND_3GPP2_TCAP                                                                MIMETypes = 560
	MIMETypes_APPLICATION_VND_3GPP_ACCESS_TRANSFER_EVENTS_PLUS_XML                                      MIMETypes = 515
	MIMETypes_APPLICATION_VND_3GPP_BSF_PLUS_XML                                                         MIMETypes = 516
	MIMETypes_APPLICATION_VND_3GPP_GMOP_PLUS_XML                                                        MIMETypes = 517
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_AFFILIATION_COMMAND_PLUS_XML                                  MIMETypes = 519
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_INFO_PLUS_XML                                                 MIMETypes = 520
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_PAYLOAD                                                       MIMETypes = 521
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_SERVICE_CONFIG_PLUS_XML                                       MIMETypes = 522
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_SIGNALLING                                                    MIMETypes = 523
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_UE_CONFIG_PLUS_XML                                            MIMETypes = 524
	MIMETypes_APPLICATION_VND_3GPP_MCDATA_USER_PROFILE_PLUS_XML                                         MIMETypes = 525
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_AFFILIATION_COMMAND_PLUS_XML                                   MIMETypes = 526
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_FLOOR_REQUEST_PLUS_XML                                         MIMETypes = 527
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_INFO_PLUS_XML                                                  MIMETypes = 528
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_LOCATION_INFO_PLUS_XML                                         MIMETypes = 529
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_MBMS_USAGE_INFO_PLUS_XML                                       MIMETypes = 530
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_SERVICE_CONFIG_PLUS_XML                                        MIMETypes = 531
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_SIGNED_PLUS_XML                                                MIMETypes = 532
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_UE_CONFIG_PLUS_XML                                             MIMETypes = 533
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_UE_INIT_CONFIG_PLUS_XML                                        MIMETypes = 534
	MIMETypes_APPLICATION_VND_3GPP_MCPTT_USER_PROFILE_PLUS_XML                                          MIMETypes = 535
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_AFFILIATION_COMMAND_PLUS_XML                                 MIMETypes = 536
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_AFFILIATION_INFO_PLUS_XML                                    MIMETypes = 537
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_INFO_PLUS_XML                                                MIMETypes = 538
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_LOCATION_INFO_PLUS_XML                                       MIMETypes = 539
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_MBMS_USAGE_INFO_PLUS_XML                                     MIMETypes = 540
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_SERVICE_CONFIG_PLUS_XML                                      MIMETypes = 541
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_TRANSMISSION_REQUEST_PLUS_XML                                MIMETypes = 542
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_UE_CONFIG_PLUS_XML                                           MIMETypes = 543
	MIMETypes_APPLICATION_VND_3GPP_MCVIDEO_USER_PROFILE_PLUS_XML                                        MIMETypes = 544
	MIMETypes_APPLICATION_VND_3GPP_MC_SIGNALLING_EAR                                                    MIMETypes = 518
	MIMETypes_APPLICATION_VND_3GPP_MID_CALL_PLUS_XML                                                    MIMETypes = 545
	MIMETypes_APPLICATION_VND_3GPP_PIC_BW_LARGE                                                         MIMETypes = 546
	MIMETypes_APPLICATION_VND_3GPP_PIC_BW_SMALL                                                         MIMETypes = 547
	MIMETypes_APPLICATION_VND_3GPP_PIC_BW_VAR                                                           MIMETypes = 548
	MIMETypes_APPLICATION_VND_3GPP_PROSE_PC3CH_PLUS_XML                                                 MIMETypes = 549
	MIMETypes_APPLICATION_VND_3GPP_PROSE_PLUS_XML                                                       MIMETypes = 550
	MIMETypes_APPLICATION_VND_3GPP_SMS                                                                  MIMETypes = 551
	MIMETypes_APPLICATION_VND_3GPP_SMS_PLUS_XML                                                         MIMETypes = 552
	MIMETypes_APPLICATION_VND_3GPP_SRVCC_EXT_PLUS_XML                                                   MIMETypes = 553
	MIMETypes_APPLICATION_VND_3GPP_SRVCC_INFO_PLUS_XML                                                  MIMETypes = 554
	MIMETypes_APPLICATION_VND_3GPP_STATE_AND_EVENT_INFO_PLUS_XML                                        MIMETypes = 555
	MIMETypes_APPLICATION_VND_3GPP_USSD_PLUS_XML                                                        MIMETypes = 556
	MIMETypes_APPLICATION_VND_3GPP_V2X_LOCAL_SERVICE_INFORMATION                                        MIMETypes = 557
	MIMETypes_APPLICATION_VND_3LIGHTSSOFTWARE_IMAGESCAL                                                 MIMETypes = 561
	MIMETypes_APPLICATION_VND_3M_POST_IT_NOTES                                                          MIMETypes = 562
	MIMETypes_APPLICATION_VND_ACCPAC_SIMPLY_ASO                                                         MIMETypes = 563
	MIMETypes_APPLICATION_VND_ACCPAC_SIMPLY_IMP                                                         MIMETypes = 564
	MIMETypes_APPLICATION_VND_ACUCOBOL                                                                  MIMETypes = 565
	MIMETypes_APPLICATION_VND_ACUCORP                                                                   MIMETypes = 566
	MIMETypes_APPLICATION_VND_ADOBE_FLASH_MOVIE                                                         MIMETypes = 567
	MIMETypes_APPLICATION_VND_ADOBE_FORMSCENTRAL_FCDT                                                   MIMETypes = 568
	MIMETypes_APPLICATION_VND_ADOBE_FXP                                                                 MIMETypes = 569
	MIMETypes_APPLICATION_VND_ADOBE_PARTIAL_UPLOAD                                                      MIMETypes = 570
	MIMETypes_APPLICATION_VND_ADOBE_XDP_PLUS_XML                                                        MIMETypes = 571
	MIMETypes_APPLICATION_VND_ADOBE_XFDF                                                                MIMETypes = 572
	MIMETypes_APPLICATION_VND_AETHER_IMP                                                                MIMETypes = 573
	MIMETypes_APPLICATION_VND_AFPC_AFPLINEDATA                                                          MIMETypes = 574
	MIMETypes_APPLICATION_VND_AFPC_AFPLINEDATA_PAGEDEF                                                  MIMETypes = 575
	MIMETypes_APPLICATION_VND_AFPC_FOCA_CHARSET                                                         MIMETypes = 576
	MIMETypes_APPLICATION_VND_AFPC_FOCA_CODEDFONT                                                       MIMETypes = 577
	MIMETypes_APPLICATION_VND_AFPC_FOCA_CODEPAGE                                                        MIMETypes = 578
	MIMETypes_APPLICATION_VND_AFPC_MODCA                                                                MIMETypes = 579
	MIMETypes_APPLICATION_VND_AFPC_MODCA_FORMDEF                                                        MIMETypes = 580
	MIMETypes_APPLICATION_VND_AFPC_MODCA_MEDIUMMAP                                                      MIMETypes = 581
	MIMETypes_APPLICATION_VND_AFPC_MODCA_OBJECTCONTAINER                                                MIMETypes = 582
	MIMETypes_APPLICATION_VND_AFPC_MODCA_OVERLAY                                                        MIMETypes = 583
	MIMETypes_APPLICATION_VND_AFPC_MODCA_PAGESEGMENT                                                    MIMETypes = 584
	MIMETypes_APPLICATION_VND_AHEAD_SPACE                                                               MIMETypes = 586
	MIMETypes_APPLICATION_VND_AH_BARCODE                                                                MIMETypes = 585
	MIMETypes_APPLICATION_VND_AIRZIP_FILESECURE_AZF                                                     MIMETypes = 587
	MIMETypes_APPLICATION_VND_AIRZIP_FILESECURE_AZS                                                     MIMETypes = 588
	MIMETypes_APPLICATION_VND_AMADEUS_PLUS_JSON                                                         MIMETypes = 589
	MIMETypes_APPLICATION_VND_AMAZON_MOBI8_EBOOK                                                        MIMETypes = 590
	MIMETypes_APPLICATION_VND_AMERICANDYNAMICS_ACC                                                      MIMETypes = 591
	MIMETypes_APPLICATION_VND_AMIGA_AMI                                                                 MIMETypes = 592
	MIMETypes_APPLICATION_VND_AMUNDSEN_MAZE_PLUS_XML                                                    MIMETypes = 593
	MIMETypes_APPLICATION_VND_ANDROID_OTA                                                               MIMETypes = 594
	MIMETypes_APPLICATION_VND_ANKI                                                                      MIMETypes = 595
	MIMETypes_APPLICATION_VND_ANSER_WEB_CERTIFICATE_ISSUE_INITIATION                                    MIMETypes = 596
	MIMETypes_APPLICATION_VND_ANTIX_GAME_COMPONENT                                                      MIMETypes = 597
	MIMETypes_APPLICATION_VND_APACHE_THRIFT_BINARY                                                      MIMETypes = 598
	MIMETypes_APPLICATION_VND_APACHE_THRIFT_COMPACT                                                     MIMETypes = 599
	MIMETypes_APPLICATION_VND_APACHE_THRIFT_JSON                                                        MIMETypes = 600
	MIMETypes_APPLICATION_VND_API_PLUS_JSON                                                             MIMETypes = 601
	MIMETypes_APPLICATION_VND_APOTHEKENDE_RESERVATION_PLUS_JSON                                         MIMETypes = 602
	MIMETypes_APPLICATION_VND_APPLE_INSTALLER_PLUS_XML                                                  MIMETypes = 603
	MIMETypes_APPLICATION_VND_APPLE_KEYNOTE                                                             MIMETypes = 604
	MIMETypes_APPLICATION_VND_APPLE_MPEGURL                                                             MIMETypes = 605
	MIMETypes_APPLICATION_VND_APPLE_NUMBERS                                                             MIMETypes = 606
	MIMETypes_APPLICATION_VND_APPLE_PAGES                                                               MIMETypes = 607
	MIMETypes_APPLICATION_VND_ARASTRA_SWI                                                               MIMETypes = 608
	MIMETypes_APPLICATION_VND_ARISTANETWORKS_SWI                                                        MIMETypes = 609
	MIMETypes_APPLICATION_VND_ARTISAN_PLUS_JSON                                                         MIMETypes = 610
	MIMETypes_APPLICATION_VND_ARTSQUARE                                                                 MIMETypes = 611
	MIMETypes_APPLICATION_VND_ASTRAEA_SOFTWARE_IOTA                                                     MIMETypes = 612
	MIMETypes_APPLICATION_VND_AUDIOGRAPH                                                                MIMETypes = 613
	MIMETypes_APPLICATION_VND_AUTOPACKAGE                                                               MIMETypes = 614
	MIMETypes_APPLICATION_VND_AVALON_PLUS_JSON                                                          MIMETypes = 615
	MIMETypes_APPLICATION_VND_AVISTAR_PLUS_XML                                                          MIMETypes = 616
	MIMETypes_APPLICATION_VND_BALSAMIQ_BMML_PLUS_XML                                                    MIMETypes = 617
	MIMETypes_APPLICATION_VND_BALSAMIQ_BMPR                                                             MIMETypes = 622
	MIMETypes_APPLICATION_VND_BANANA_ACCOUNTING                                                         MIMETypes = 618
	MIMETypes_APPLICATION_VND_BBF_USP_ERROR                                                             MIMETypes = 619
	MIMETypes_APPLICATION_VND_BBF_USP_MSG                                                               MIMETypes = 620
	MIMETypes_APPLICATION_VND_BBF_USP_MSG_PLUS_JSON                                                     MIMETypes = 621
	MIMETypes_APPLICATION_VND_BEKITZUR_STECH_PLUS_JSON                                                  MIMETypes = 623
	MIMETypes_APPLICATION_VND_BINT_MED_CONTENT                                                          MIMETypes = 624
	MIMETypes_APPLICATION_VND_BIOPAX_RDF_PLUS_XML                                                       MIMETypes = 625
	MIMETypes_APPLICATION_VND_BLINK_IDB_VALUE_WRAPPER                                                   MIMETypes = 626
	MIMETypes_APPLICATION_VND_BLUEICE_MULTIPASS                                                         MIMETypes = 627
	MIMETypes_APPLICATION_VND_BLUETOOTH_EP_OOB                                                          MIMETypes = 628
	MIMETypes_APPLICATION_VND_BLUETOOTH_LE_OOB                                                          MIMETypes = 629
	MIMETypes_APPLICATION_VND_BMI                                                                       MIMETypes = 630
	MIMETypes_APPLICATION_VND_BPF                                                                       MIMETypes = 631
	MIMETypes_APPLICATION_VND_BPF3                                                                      MIMETypes = 632
	MIMETypes_APPLICATION_VND_BUSINESSOBJECTS                                                           MIMETypes = 633
	MIMETypes_APPLICATION_VND_BYU_UAPI_PLUS_JSON                                                        MIMETypes = 634
	MIMETypes_APPLICATION_VND_CAB_JSCRIPT                                                               MIMETypes = 635
	MIMETypes_APPLICATION_VND_CANON_CPDL                                                                MIMETypes = 636
	MIMETypes_APPLICATION_VND_CANON_LIPS                                                                MIMETypes = 637
	MIMETypes_APPLICATION_VND_CAPASYSTEMS_PG_PLUS_JSON                                                  MIMETypes = 638
	MIMETypes_APPLICATION_VND_CENDIO_THINLINC_CLIENTCONF                                                MIMETypes = 639
	MIMETypes_APPLICATION_VND_CENTURY_SYSTEMS_TCP_STREAM                                                MIMETypes = 640
	MIMETypes_APPLICATION_VND_CHEMDRAW_PLUS_XML                                                         MIMETypes = 641
	MIMETypes_APPLICATION_VND_CHESS_PGN                                                                 MIMETypes = 642
	MIMETypes_APPLICATION_VND_CHIPNUTS_KARAOKE_MMD                                                      MIMETypes = 643
	MIMETypes_APPLICATION_VND_CIEDI                                                                     MIMETypes = 644
	MIMETypes_APPLICATION_VND_CINDERELLA                                                                MIMETypes = 645
	MIMETypes_APPLICATION_VND_CIRPACK_ISDN_EXT                                                          MIMETypes = 646
	MIMETypes_APPLICATION_VND_CITATIONSTYLES_STYLE_PLUS_XML                                             MIMETypes = 647
	MIMETypes_APPLICATION_VND_CLAYMORE                                                                  MIMETypes = 648
	MIMETypes_APPLICATION_VND_CLOANTO_RP9                                                               MIMETypes = 649
	MIMETypes_APPLICATION_VND_CLONK_C4GROUP                                                             MIMETypes = 650
	MIMETypes_APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG                                              MIMETypes = 651
	MIMETypes_APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG_PKG                                          MIMETypes = 652
	MIMETypes_APPLICATION_VND_COFFEESCRIPT                                                              MIMETypes = 653
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_DOCUMENT                                             MIMETypes = 654
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_DOCUMENT_TEMPLATE                                    MIMETypes = 655
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_PRESENTATION                                         MIMETypes = 656
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_PRESENTATION_TEMPLATE                                MIMETypes = 657
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_SPREADSHEET                                          MIMETypes = 658
	MIMETypes_APPLICATION_VND_COLLABIO_XODOCUMENTS_SPREADSHEET_TEMPLATE                                 MIMETypes = 659
	MIMETypes_APPLICATION_VND_COLLECTION_DOC_PLUS_JSON                                                  MIMETypes = 660
	MIMETypes_APPLICATION_VND_COLLECTION_NEXT_PLUS_JSON                                                 MIMETypes = 662
	MIMETypes_APPLICATION_VND_COLLECTION_PLUS_JSON                                                      MIMETypes = 661
	MIMETypes_APPLICATION_VND_COMICBOOK_PLUS_ZIP                                                        MIMETypes = 664
	MIMETypes_APPLICATION_VND_COMICBOOK_RAR                                                             MIMETypes = 663
	MIMETypes_APPLICATION_VND_COMMERCE_BATTELLE                                                         MIMETypes = 665
	MIMETypes_APPLICATION_VND_COMMONSPACE                                                               MIMETypes = 666
	MIMETypes_APPLICATION_VND_CONTACT_CMSG                                                              MIMETypes = 669
	MIMETypes_APPLICATION_VND_COREOS_IGNITION_PLUS_JSON                                                 MIMETypes = 667
	MIMETypes_APPLICATION_VND_COSMOCALLER                                                               MIMETypes = 668
	MIMETypes_APPLICATION_VND_CRICK_CLICKER                                                             MIMETypes = 670
	MIMETypes_APPLICATION_VND_CRICK_CLICKER_KEYBOARD                                                    MIMETypes = 671
	MIMETypes_APPLICATION_VND_CRICK_CLICKER_PALETTE                                                     MIMETypes = 672
	MIMETypes_APPLICATION_VND_CRICK_CLICKER_TEMPLATE                                                    MIMETypes = 673
	MIMETypes_APPLICATION_VND_CRICK_CLICKER_WORDBANK                                                    MIMETypes = 674
	MIMETypes_APPLICATION_VND_CRITICALTOOLS_WBS_PLUS_XML                                                MIMETypes = 675
	MIMETypes_APPLICATION_VND_CRYPTII_PIPE_PLUS_JSON                                                    MIMETypes = 676
	MIMETypes_APPLICATION_VND_CRYPTO_SHADE_FILE                                                         MIMETypes = 677
	MIMETypes_APPLICATION_VND_CTCT_WS_PLUS_XML                                                          MIMETypes = 679
	MIMETypes_APPLICATION_VND_CTC_POSML                                                                 MIMETypes = 678
	MIMETypes_APPLICATION_VND_CUPS_PDF                                                                  MIMETypes = 680
	MIMETypes_APPLICATION_VND_CUPS_POSTSCRIPT                                                           MIMETypes = 681
	MIMETypes_APPLICATION_VND_CUPS_PPD                                                                  MIMETypes = 682
	MIMETypes_APPLICATION_VND_CUPS_RASTER                                                               MIMETypes = 683
	MIMETypes_APPLICATION_VND_CUPS_RAW                                                                  MIMETypes = 684
	MIMETypes_APPLICATION_VND_CURL                                                                      MIMETypes = 685
	MIMETypes_APPLICATION_VND_CYAN_DEAN_ROOT_PLUS_XML                                                   MIMETypes = 686
	MIMETypes_APPLICATION_VND_CYBANK                                                                    MIMETypes = 687
	MIMETypes_APPLICATION_VND_D2L_COURSEPACKAGE1P0_PLUS_ZIP                                             MIMETypes = 688
	MIMETypes_APPLICATION_VND_DART                                                                      MIMETypes = 689
	MIMETypes_APPLICATION_VND_DATAPACKAGE_PLUS_JSON                                                     MIMETypes = 691
	MIMETypes_APPLICATION_VND_DATARESOURCE_PLUS_JSON                                                    MIMETypes = 692
	MIMETypes_APPLICATION_VND_DATA_VISION_RDZ                                                           MIMETypes = 690
	MIMETypes_APPLICATION_VND_DEBIAN_BINARY_PACKAGE                                                     MIMETypes = 693
	MIMETypes_APPLICATION_VND_DECE_DATA                                                                 MIMETypes = 694
	MIMETypes_APPLICATION_VND_DECE_TTML_PLUS_XML                                                        MIMETypes = 695
	MIMETypes_APPLICATION_VND_DECE_UNSPECIFIED                                                          MIMETypes = 696
	MIMETypes_APPLICATION_VND_DECE_ZIP                                                                  MIMETypes = 697
	MIMETypes_APPLICATION_VND_DENOVO_FCSELAYOUT_LINK                                                    MIMETypes = 698
	MIMETypes_APPLICATION_VND_DESMUME_MOVIE                                                             MIMETypes = 699
	MIMETypes_APPLICATION_VND_DIR_BI_PLATE_DL_NOSUFFIX                                                  MIMETypes = 700
	MIMETypes_APPLICATION_VND_DM_DELEGATION_PLUS_XML                                                    MIMETypes = 701
	MIMETypes_APPLICATION_VND_DNA                                                                       MIMETypes = 702
	MIMETypes_APPLICATION_VND_DOCUMENT_PLUS_JSON                                                        MIMETypes = 703
	MIMETypes_APPLICATION_VND_DOLBY_MOBILE_1                                                            MIMETypes = 704
	MIMETypes_APPLICATION_VND_DOLBY_MOBILE_2                                                            MIMETypes = 705
	MIMETypes_APPLICATION_VND_DOREMIR_SCORECLOUD_BINARY_DOCUMENT                                        MIMETypes = 706
	MIMETypes_APPLICATION_VND_DPGRAPH                                                                   MIMETypes = 707
	MIMETypes_APPLICATION_VND_DREAMFACTORY                                                              MIMETypes = 708
	MIMETypes_APPLICATION_VND_DRIVE_PLUS_JSON                                                           MIMETypes = 709
	MIMETypes_APPLICATION_VND_DTG_LOCAL                                                                 MIMETypes = 710
	MIMETypes_APPLICATION_VND_DTG_LOCAL_FLASH                                                           MIMETypes = 711
	MIMETypes_APPLICATION_VND_DTG_LOCAL_HTML                                                            MIMETypes = 712
	MIMETypes_APPLICATION_VND_DVB_AIT                                                                   MIMETypes = 713
	MIMETypes_APPLICATION_VND_DVB_DVBJ                                                                  MIMETypes = 714
	MIMETypes_APPLICATION_VND_DVB_ESGCONTAINER                                                          MIMETypes = 715
	MIMETypes_APPLICATION_VND_DVB_IPDCDFTNOTIFACCESS                                                    MIMETypes = 716
	MIMETypes_APPLICATION_VND_DVB_IPDCESGACCESS                                                         MIMETypes = 717
	MIMETypes_APPLICATION_VND_DVB_IPDCESGACCESS2                                                        MIMETypes = 718
	MIMETypes_APPLICATION_VND_DVB_IPDCESGPDD                                                            MIMETypes = 719
	MIMETypes_APPLICATION_VND_DVB_IPDCROAMING                                                           MIMETypes = 720
	MIMETypes_APPLICATION_VND_DVB_IPTV_ALFEC_BASE                                                       MIMETypes = 721
	MIMETypes_APPLICATION_VND_DVB_IPTV_ALFEC_ENHANCEMENT                                                MIMETypes = 722
	MIMETypes_APPLICATION_VND_DVB_NOTIF_AGGREGATE_ROOT_PLUS_XML                                         MIMETypes = 723
	MIMETypes_APPLICATION_VND_DVB_NOTIF_CONTAINER_PLUS_XML                                              MIMETypes = 724
	MIMETypes_APPLICATION_VND_DVB_NOTIF_GENERIC_PLUS_XML                                                MIMETypes = 725
	MIMETypes_APPLICATION_VND_DVB_NOTIF_IA_MSGLIST_PLUS_XML                                             MIMETypes = 726
	MIMETypes_APPLICATION_VND_DVB_NOTIF_IA_REGISTRATION_REQUEST_PLUS_XML                                MIMETypes = 727
	MIMETypes_APPLICATION_VND_DVB_NOTIF_IA_REGISTRATION_RESPONSE_PLUS_XML                               MIMETypes = 728
	MIMETypes_APPLICATION_VND_DVB_NOTIF_INIT_PLUS_XML                                                   MIMETypes = 729
	MIMETypes_APPLICATION_VND_DVB_PFR                                                                   MIMETypes = 730
	MIMETypes_APPLICATION_VND_DVB_SERVICE                                                               MIMETypes = 731
	MIMETypes_APPLICATION_VND_DXR                                                                       MIMETypes = 732
	MIMETypes_APPLICATION_VND_DYNAGEO                                                                   MIMETypes = 733
	MIMETypes_APPLICATION_VND_DZR                                                                       MIMETypes = 734
	MIMETypes_APPLICATION_VND_EASYKARAOKE_CDGDOWNLOAD                                                   MIMETypes = 735
	MIMETypes_APPLICATION_VND_ECDIS_UPDATE                                                              MIMETypes = 737
	MIMETypes_APPLICATION_VND_ECIP_RLP                                                                  MIMETypes = 736
	MIMETypes_APPLICATION_VND_ECOWIN_CHART                                                              MIMETypes = 738
	MIMETypes_APPLICATION_VND_ECOWIN_FILEREQUEST                                                        MIMETypes = 739
	MIMETypes_APPLICATION_VND_ECOWIN_FILEUPDATE                                                         MIMETypes = 740
	MIMETypes_APPLICATION_VND_ECOWIN_SERIES                                                             MIMETypes = 741
	MIMETypes_APPLICATION_VND_ECOWIN_SERIESREQUEST                                                      MIMETypes = 742
	MIMETypes_APPLICATION_VND_ECOWIN_SERIESUPDATE                                                       MIMETypes = 743
	MIMETypes_APPLICATION_VND_EFI_IMG                                                                   MIMETypes = 744
	MIMETypes_APPLICATION_VND_EFI_ISO                                                                   MIMETypes = 745
	MIMETypes_APPLICATION_VND_EMCLIENT_ACCESSREQUEST_PLUS_XML                                           MIMETypes = 746
	MIMETypes_APPLICATION_VND_ENLIVEN                                                                   MIMETypes = 747
	MIMETypes_APPLICATION_VND_ENPHASE_ENVOY                                                             MIMETypes = 748
	MIMETypes_APPLICATION_VND_EPRINTS_DATA_PLUS_XML                                                     MIMETypes = 749
	MIMETypes_APPLICATION_VND_EPSON_ESF                                                                 MIMETypes = 750
	MIMETypes_APPLICATION_VND_EPSON_MSF                                                                 MIMETypes = 751
	MIMETypes_APPLICATION_VND_EPSON_QUICKANIME                                                          MIMETypes = 752
	MIMETypes_APPLICATION_VND_EPSON_SALT                                                                MIMETypes = 753
	MIMETypes_APPLICATION_VND_EPSON_SSF                                                                 MIMETypes = 754
	MIMETypes_APPLICATION_VND_ERICSSON_QUICKCALL                                                        MIMETypes = 755
	MIMETypes_APPLICATION_VND_ESPASS_ESPASS_PLUS_ZIP                                                    MIMETypes = 756
	MIMETypes_APPLICATION_VND_ESZIGNO3_PLUS_XML                                                         MIMETypes = 757
	MIMETypes_APPLICATION_VND_ETSI_AOC_PLUS_XML                                                         MIMETypes = 758
	MIMETypes_APPLICATION_VND_ETSI_ASIC_E_PLUS_ZIP                                                      MIMETypes = 760
	MIMETypes_APPLICATION_VND_ETSI_ASIC_S_PLUS_ZIP                                                      MIMETypes = 759
	MIMETypes_APPLICATION_VND_ETSI_CUG_PLUS_XML                                                         MIMETypes = 761
	MIMETypes_APPLICATION_VND_ETSI_IPTVCOMMAND_PLUS_XML                                                 MIMETypes = 762
	MIMETypes_APPLICATION_VND_ETSI_IPTVDISCOVERY_PLUS_XML                                               MIMETypes = 763
	MIMETypes_APPLICATION_VND_ETSI_IPTVPROFILE_PLUS_XML                                                 MIMETypes = 764
	MIMETypes_APPLICATION_VND_ETSI_IPTVSAD_BC_PLUS_XML                                                  MIMETypes = 765
	MIMETypes_APPLICATION_VND_ETSI_IPTVSAD_COD_PLUS_XML                                                 MIMETypes = 766
	MIMETypes_APPLICATION_VND_ETSI_IPTVSAD_NPVR_PLUS_XML                                                MIMETypes = 767
	MIMETypes_APPLICATION_VND_ETSI_IPTVSERVICE_PLUS_XML                                                 MIMETypes = 768
	MIMETypes_APPLICATION_VND_ETSI_IPTVSYNC_PLUS_XML                                                    MIMETypes = 769
	MIMETypes_APPLICATION_VND_ETSI_IPTVUEPROFILE_PLUS_XML                                               MIMETypes = 770
	MIMETypes_APPLICATION_VND_ETSI_MCID_PLUS_XML                                                        MIMETypes = 771
	MIMETypes_APPLICATION_VND_ETSI_MHEG5                                                                MIMETypes = 772
	MIMETypes_APPLICATION_VND_ETSI_OVERLOAD_CONTROL_POLICY_DATASET_PLUS_XML                             MIMETypes = 773
	MIMETypes_APPLICATION_VND_ETSI_PSTN_PLUS_XML                                                        MIMETypes = 774
	MIMETypes_APPLICATION_VND_ETSI_SCI_PLUS_XML                                                         MIMETypes = 775
	MIMETypes_APPLICATION_VND_ETSI_SIMSERVS_PLUS_XML                                                    MIMETypes = 776
	MIMETypes_APPLICATION_VND_ETSI_TIMESTAMP_TOKEN                                                      MIMETypes = 777
	MIMETypes_APPLICATION_VND_ETSI_TSL_DER                                                              MIMETypes = 779
	MIMETypes_APPLICATION_VND_ETSI_TSL_PLUS_XML                                                         MIMETypes = 778
	MIMETypes_APPLICATION_VND_EUDORA_DATA                                                               MIMETypes = 783
	MIMETypes_APPLICATION_VND_EVOLV_ECIG_PROFILE                                                        MIMETypes = 780
	MIMETypes_APPLICATION_VND_EVOLV_ECIG_SETTINGS                                                       MIMETypes = 781
	MIMETypes_APPLICATION_VND_EVOLV_ECIG_THEME                                                          MIMETypes = 782
	MIMETypes_APPLICATION_VND_EXSTREAM_EMPOWER_PLUS_ZIP                                                 MIMETypes = 784
	MIMETypes_APPLICATION_VND_EXSTREAM_PACKAGE                                                          MIMETypes = 785
	MIMETypes_APPLICATION_VND_EZPIX_ALBUM                                                               MIMETypes = 786
	MIMETypes_APPLICATION_VND_EZPIX_PACKAGE                                                             MIMETypes = 787
	MIMETypes_APPLICATION_VND_FASTCOPY_DISK_IMAGE                                                       MIMETypes = 789
	MIMETypes_APPLICATION_VND_FDF                                                                       MIMETypes = 790
	MIMETypes_APPLICATION_VND_FDSN_MSEED                                                                MIMETypes = 791
	MIMETypes_APPLICATION_VND_FDSN_SEED                                                                 MIMETypes = 792
	MIMETypes_APPLICATION_VND_FFSNS                                                                     MIMETypes = 793
	MIMETypes_APPLICATION_VND_FICLAB_FLB_PLUS_ZIP                                                       MIMETypes = 794
	MIMETypes_APPLICATION_VND_FILMIT_ZFC                                                                MIMETypes = 795
	MIMETypes_APPLICATION_VND_FINTS                                                                     MIMETypes = 796
	MIMETypes_APPLICATION_VND_FIREMONKEYS_CLOUDCELL                                                     MIMETypes = 797
	MIMETypes_APPLICATION_VND_FLOGRAPHIT                                                                MIMETypes = 798
	MIMETypes_APPLICATION_VND_FLUXTIME_CLIP                                                             MIMETypes = 799
	MIMETypes_APPLICATION_VND_FONT_FONTFORGE_SFD                                                        MIMETypes = 800
	MIMETypes_APPLICATION_VND_FRAMEMAKER                                                                MIMETypes = 801
	MIMETypes_APPLICATION_VND_FROGANS_FNC                                                               MIMETypes = 802
	MIMETypes_APPLICATION_VND_FROGANS_LTF                                                               MIMETypes = 803
	MIMETypes_APPLICATION_VND_FSC_WEBLAUNCH                                                             MIMETypes = 804
	MIMETypes_APPLICATION_VND_FUJITSU_OASYS                                                             MIMETypes = 805
	MIMETypes_APPLICATION_VND_FUJITSU_OASYS2                                                            MIMETypes = 806
	MIMETypes_APPLICATION_VND_FUJITSU_OASYS3                                                            MIMETypes = 807
	MIMETypes_APPLICATION_VND_FUJITSU_OASYSGP                                                           MIMETypes = 808
	MIMETypes_APPLICATION_VND_FUJITSU_OASYSPRS                                                          MIMETypes = 809
	MIMETypes_APPLICATION_VND_FUJIXEROX_ART4                                                            MIMETypes = 810
	MIMETypes_APPLICATION_VND_FUJIXEROX_ART_EX                                                          MIMETypes = 811
	MIMETypes_APPLICATION_VND_FUJIXEROX_DDD                                                             MIMETypes = 812
	MIMETypes_APPLICATION_VND_FUJIXEROX_DOCUWORKS                                                       MIMETypes = 813
	MIMETypes_APPLICATION_VND_FUJIXEROX_DOCUWORKS_BINDER                                                MIMETypes = 814
	MIMETypes_APPLICATION_VND_FUJIXEROX_DOCUWORKS_CONTAINER                                             MIMETypes = 815
	MIMETypes_APPLICATION_VND_FUJIXEROX_HBPL                                                            MIMETypes = 816
	MIMETypes_APPLICATION_VND_FUTOIN_PLUS_CBOR                                                          MIMETypes = 818
	MIMETypes_APPLICATION_VND_FUTOIN_PLUS_JSON                                                          MIMETypes = 819
	MIMETypes_APPLICATION_VND_FUT_MISNET                                                                MIMETypes = 817
	MIMETypes_APPLICATION_VND_FUZZYSHEET                                                                MIMETypes = 820
	MIMETypes_APPLICATION_VND_F_SECURE_MOBILE                                                           MIMETypes = 788
	MIMETypes_APPLICATION_VND_GENOMATIX_TUXEDO                                                          MIMETypes = 821
	MIMETypes_APPLICATION_VND_GEOCUBE_PLUS_XML                                                          MIMETypes = 823
	MIMETypes_APPLICATION_VND_GEOGEBRA_FILE                                                             MIMETypes = 824
	MIMETypes_APPLICATION_VND_GEOGEBRA_TOOL                                                             MIMETypes = 825
	MIMETypes_APPLICATION_VND_GEOMETRY_EXPLORER                                                         MIMETypes = 826
	MIMETypes_APPLICATION_VND_GEONEXT                                                                   MIMETypes = 827
	MIMETypes_APPLICATION_VND_GEOPLAN                                                                   MIMETypes = 828
	MIMETypes_APPLICATION_VND_GEOSPACE                                                                  MIMETypes = 829
	MIMETypes_APPLICATION_VND_GEO_PLUS_JSON                                                             MIMETypes = 822
	MIMETypes_APPLICATION_VND_GERBER                                                                    MIMETypes = 830
	MIMETypes_APPLICATION_VND_GLOBALPLATFORM_CARD_CONTENT_MGT                                           MIMETypes = 831
	MIMETypes_APPLICATION_VND_GLOBALPLATFORM_CARD_CONTENT_MGT_RESPONSE                                  MIMETypes = 832
	MIMETypes_APPLICATION_VND_GMX                                                                       MIMETypes = 833
	MIMETypes_APPLICATION_VND_GOOGLE_EARTH_KML_PLUS_XML                                                 MIMETypes = 834
	MIMETypes_APPLICATION_VND_GOOGLE_EARTH_KMZ                                                          MIMETypes = 835
	MIMETypes_APPLICATION_VND_GOV_SK_E_FORM_PLUS_XML                                                    MIMETypes = 836
	MIMETypes_APPLICATION_VND_GOV_SK_E_FORM_PLUS_ZIP                                                    MIMETypes = 837
	MIMETypes_APPLICATION_VND_GOV_SK_XMLDATACONTAINER_PLUS_XML                                          MIMETypes = 838
	MIMETypes_APPLICATION_VND_GRAFEQ                                                                    MIMETypes = 839
	MIMETypes_APPLICATION_VND_GRIDMP                                                                    MIMETypes = 840
	MIMETypes_APPLICATION_VND_GROOVE_ACCOUNT                                                            MIMETypes = 841
	MIMETypes_APPLICATION_VND_GROOVE_HELP                                                               MIMETypes = 842
	MIMETypes_APPLICATION_VND_GROOVE_IDENTITY_MESSAGE                                                   MIMETypes = 843
	MIMETypes_APPLICATION_VND_GROOVE_INJECTOR                                                           MIMETypes = 844
	MIMETypes_APPLICATION_VND_GROOVE_TOOL_MESSAGE                                                       MIMETypes = 845
	MIMETypes_APPLICATION_VND_GROOVE_TOOL_TEMPLATE                                                      MIMETypes = 846
	MIMETypes_APPLICATION_VND_GROOVE_VCARD                                                              MIMETypes = 847
	MIMETypes_APPLICATION_VND_HAL_PLUS_JSON                                                             MIMETypes = 848
	MIMETypes_APPLICATION_VND_HAL_PLUS_XML                                                              MIMETypes = 849
	MIMETypes_APPLICATION_VND_HANDHELD_ENTERTAINMENT_PLUS_XML                                           MIMETypes = 850
	MIMETypes_APPLICATION_VND_HBCI                                                                      MIMETypes = 851
	MIMETypes_APPLICATION_VND_HCL_BIREPORTS                                                             MIMETypes = 853
	MIMETypes_APPLICATION_VND_HC_PLUS_JSON                                                              MIMETypes = 852
	MIMETypes_APPLICATION_VND_HDT                                                                       MIMETypes = 854
	MIMETypes_APPLICATION_VND_HEROKU_PLUS_JSON                                                          MIMETypes = 855
	MIMETypes_APPLICATION_VND_HHE_LESSON_PLAYER                                                         MIMETypes = 856
	MIMETypes_APPLICATION_VND_HP_HPGL                                                                   MIMETypes = 857
	MIMETypes_APPLICATION_VND_HP_HPID                                                                   MIMETypes = 858
	MIMETypes_APPLICATION_VND_HP_HPS                                                                    MIMETypes = 859
	MIMETypes_APPLICATION_VND_HP_JLYT                                                                   MIMETypes = 860
	MIMETypes_APPLICATION_VND_HP_PCL                                                                    MIMETypes = 861
	MIMETypes_APPLICATION_VND_HP_PCLXL                                                                  MIMETypes = 862
	MIMETypes_APPLICATION_VND_HTTPHONE                                                                  MIMETypes = 863
	MIMETypes_APPLICATION_VND_HYDROSTATIX_SOF_DATA                                                      MIMETypes = 864
	MIMETypes_APPLICATION_VND_HYPERDRIVE_PLUS_JSON                                                      MIMETypes = 867
	MIMETypes_APPLICATION_VND_HYPER_ITEM_PLUS_JSON                                                      MIMETypes = 865
	MIMETypes_APPLICATION_VND_HYPER_PLUS_JSON                                                           MIMETypes = 866
	MIMETypes_APPLICATION_VND_HZN_3D_CROSSWORD                                                          MIMETypes = 868
	MIMETypes_APPLICATION_VND_IBM_AFPLINEDATA                                                           MIMETypes = 869
	MIMETypes_APPLICATION_VND_IBM_ELECTRONIC_MEDIA                                                      MIMETypes = 870
	MIMETypes_APPLICATION_VND_IBM_MINIPAY                                                               MIMETypes = 871
	MIMETypes_APPLICATION_VND_IBM_MODCAP                                                                MIMETypes = 872
	MIMETypes_APPLICATION_VND_IBM_RIGHTS_MANAGEMENT                                                     MIMETypes = 873
	MIMETypes_APPLICATION_VND_IBM_SECURE_CONTAINER                                                      MIMETypes = 874
	MIMETypes_APPLICATION_VND_ICCPROFILE                                                                MIMETypes = 875
	MIMETypes_APPLICATION_VND_IEEE_1905                                                                 MIMETypes = 876
	MIMETypes_APPLICATION_VND_IGLOADER                                                                  MIMETypes = 877
	MIMETypes_APPLICATION_VND_IMAGEMETER_FOLDER_PLUS_ZIP                                                MIMETypes = 878
	MIMETypes_APPLICATION_VND_IMAGEMETER_IMAGE_PLUS_ZIP                                                 MIMETypes = 879
	MIMETypes_APPLICATION_VND_IMMERVISION_IVP                                                           MIMETypes = 880
	MIMETypes_APPLICATION_VND_IMMERVISION_IVU                                                           MIMETypes = 881
	MIMETypes_APPLICATION_VND_IMS_IMSCCV1P1                                                             MIMETypes = 882
	MIMETypes_APPLICATION_VND_IMS_IMSCCV1P2                                                             MIMETypes = 883
	MIMETypes_APPLICATION_VND_IMS_IMSCCV1P3                                                             MIMETypes = 884
	MIMETypes_APPLICATION_VND_IMS_LIS_V2_RESULT_PLUS_JSON                                               MIMETypes = 885
	MIMETypes_APPLICATION_VND_IMS_LTI_V2_TOOLCONSUMERPROFILE_PLUS_JSON                                  MIMETypes = 886
	MIMETypes_APPLICATION_VND_IMS_LTI_V2_TOOLPROXY_ID_PLUS_JSON                                         MIMETypes = 887
	MIMETypes_APPLICATION_VND_IMS_LTI_V2_TOOLPROXY_PLUS_JSON                                            MIMETypes = 888
	MIMETypes_APPLICATION_VND_IMS_LTI_V2_TOOLSETTINGS_PLUS_JSON                                         MIMETypes = 889
	MIMETypes_APPLICATION_VND_IMS_LTI_V2_TOOLSETTINGS_SIMPLE_PLUS_JSON                                  MIMETypes = 890
	MIMETypes_APPLICATION_VND_INFORMEDCONTROL_RMS_PLUS_XML                                              MIMETypes = 891
	MIMETypes_APPLICATION_VND_INFORMIX_VISIONARY                                                        MIMETypes = 894
	MIMETypes_APPLICATION_VND_INFOTECH_PROJECT                                                          MIMETypes = 892
	MIMETypes_APPLICATION_VND_INFOTECH_PROJECT_PLUS_XML                                                 MIMETypes = 893
	MIMETypes_APPLICATION_VND_INNOPATH_WAMP_NOTIFICATION                                                MIMETypes = 895
	MIMETypes_APPLICATION_VND_INSORS_IGM                                                                MIMETypes = 896
	MIMETypes_APPLICATION_VND_INTERCON_FORMNET                                                          MIMETypes = 897
	MIMETypes_APPLICATION_VND_INTERGEO                                                                  MIMETypes = 898
	MIMETypes_APPLICATION_VND_INTERTRUST_DIGIBOX                                                        MIMETypes = 899
	MIMETypes_APPLICATION_VND_INTERTRUST_NNCP                                                           MIMETypes = 900
	MIMETypes_APPLICATION_VND_INTU_QBO                                                                  MIMETypes = 901
	MIMETypes_APPLICATION_VND_INTU_QFX                                                                  MIMETypes = 902
	MIMETypes_APPLICATION_VND_IPTC_G2_CATALOGITEM_PLUS_XML                                              MIMETypes = 903
	MIMETypes_APPLICATION_VND_IPTC_G2_CONCEPTITEM_PLUS_XML                                              MIMETypes = 904
	MIMETypes_APPLICATION_VND_IPTC_G2_KNOWLEDGEITEM_PLUS_XML                                            MIMETypes = 905
	MIMETypes_APPLICATION_VND_IPTC_G2_NEWSITEM_PLUS_XML                                                 MIMETypes = 906
	MIMETypes_APPLICATION_VND_IPTC_G2_NEWSMESSAGE_PLUS_XML                                              MIMETypes = 907
	MIMETypes_APPLICATION_VND_IPTC_G2_PACKAGEITEM_PLUS_XML                                              MIMETypes = 908
	MIMETypes_APPLICATION_VND_IPTC_G2_PLANNINGITEM_PLUS_XML                                             MIMETypes = 909
	MIMETypes_APPLICATION_VND_IPUNPLUGGED_RCPROFILE                                                     MIMETypes = 910
	MIMETypes_APPLICATION_VND_IREPOSITORY_PACKAGE_PLUS_XML                                              MIMETypes = 911
	MIMETypes_APPLICATION_VND_ISAC_FCS                                                                  MIMETypes = 913
	MIMETypes_APPLICATION_VND_ISO11783_10_PLUS_ZIP                                                      MIMETypes = 915
	MIMETypes_APPLICATION_VND_IS_XPR                                                                    MIMETypes = 912
	MIMETypes_APPLICATION_VND_JAM                                                                       MIMETypes = 914
	MIMETypes_APPLICATION_VND_JAPANNET_DIRECTORY_SERVICE                                                MIMETypes = 916
	MIMETypes_APPLICATION_VND_JAPANNET_JPNSTORE_WAKEUP                                                  MIMETypes = 917
	MIMETypes_APPLICATION_VND_JAPANNET_PAYMENT_WAKEUP                                                   MIMETypes = 918
	MIMETypes_APPLICATION_VND_JAPANNET_REGISTRATION                                                     MIMETypes = 919
	MIMETypes_APPLICATION_VND_JAPANNET_REGISTRATION_WAKEUP                                              MIMETypes = 920
	MIMETypes_APPLICATION_VND_JAPANNET_SETSTORE_WAKEUP                                                  MIMETypes = 921
	MIMETypes_APPLICATION_VND_JAPANNET_VERIFICATION                                                     MIMETypes = 922
	MIMETypes_APPLICATION_VND_JAPANNET_VERIFICATION_WAKEUP                                              MIMETypes = 923
	MIMETypes_APPLICATION_VND_JCP_JAVAME_MIDLET_RMS                                                     MIMETypes = 924
	MIMETypes_APPLICATION_VND_JISP                                                                      MIMETypes = 925
	MIMETypes_APPLICATION_VND_JOOST_JODA_ARCHIVE                                                        MIMETypes = 926
	MIMETypes_APPLICATION_VND_JSK_ISDN_NGN                                                              MIMETypes = 927
	MIMETypes_APPLICATION_VND_KAHOOTZ                                                                   MIMETypes = 928
	MIMETypes_APPLICATION_VND_KDE_KARBON                                                                MIMETypes = 929
	MIMETypes_APPLICATION_VND_KDE_KCHART                                                                MIMETypes = 930
	MIMETypes_APPLICATION_VND_KDE_KFORMULA                                                              MIMETypes = 931
	MIMETypes_APPLICATION_VND_KDE_KIVIO                                                                 MIMETypes = 932
	MIMETypes_APPLICATION_VND_KDE_KONTOUR                                                               MIMETypes = 933
	MIMETypes_APPLICATION_VND_KDE_KPRESENTER                                                            MIMETypes = 934
	MIMETypes_APPLICATION_VND_KDE_KSPREAD                                                               MIMETypes = 935
	MIMETypes_APPLICATION_VND_KDE_KWORD                                                                 MIMETypes = 936
	MIMETypes_APPLICATION_VND_KENAMEAAPP                                                                MIMETypes = 937
	MIMETypes_APPLICATION_VND_KIDSPIRATION                                                              MIMETypes = 938
	MIMETypes_APPLICATION_VND_KINAR                                                                     MIMETypes = 939
	MIMETypes_APPLICATION_VND_KOAN                                                                      MIMETypes = 940
	MIMETypes_APPLICATION_VND_KODAK_DESCRIPTOR                                                          MIMETypes = 941
	MIMETypes_APPLICATION_VND_LAS                                                                       MIMETypes = 942
	MIMETypes_APPLICATION_VND_LASZIP                                                                    MIMETypes = 945
	MIMETypes_APPLICATION_VND_LAS_LAS_PLUS_JSON                                                         MIMETypes = 943
	MIMETypes_APPLICATION_VND_LAS_LAS_PLUS_XML                                                          MIMETypes = 944
	MIMETypes_APPLICATION_VND_LEAP_PLUS_JSON                                                            MIMETypes = 946
	MIMETypes_APPLICATION_VND_LIBERTY_REQUEST_PLUS_XML                                                  MIMETypes = 947
	MIMETypes_APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_DESKTOP                                        MIMETypes = 948
	MIMETypes_APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_EXCHANGE_PLUS_XML                              MIMETypes = 949
	MIMETypes_APPLICATION_VND_LOGIPIPE_CIRCUIT_PLUS_ZIP                                                 MIMETypes = 950
	MIMETypes_APPLICATION_VND_LOOM                                                                      MIMETypes = 951
	MIMETypes_APPLICATION_VND_LOTUS_1_2_3                                                               MIMETypes = 952
	MIMETypes_APPLICATION_VND_LOTUS_APPROACH                                                            MIMETypes = 953
	MIMETypes_APPLICATION_VND_LOTUS_FREELANCE                                                           MIMETypes = 954
	MIMETypes_APPLICATION_VND_LOTUS_NOTES                                                               MIMETypes = 955
	MIMETypes_APPLICATION_VND_LOTUS_ORGANIZER                                                           MIMETypes = 956
	MIMETypes_APPLICATION_VND_LOTUS_SCREENCAM                                                           MIMETypes = 957
	MIMETypes_APPLICATION_VND_LOTUS_WORDPRO                                                             MIMETypes = 958
	MIMETypes_APPLICATION_VND_MACPORTS_PORTPKG                                                          MIMETypes = 959
	MIMETypes_APPLICATION_VND_MAPBOX_VECTOR_TILE                                                        MIMETypes = 960
	MIMETypes_APPLICATION_VND_MARLIN_DRM_ACTIONTOKEN_PLUS_XML                                           MIMETypes = 961
	MIMETypes_APPLICATION_VND_MARLIN_DRM_CONFTOKEN_PLUS_XML                                             MIMETypes = 962
	MIMETypes_APPLICATION_VND_MARLIN_DRM_LICENSE_PLUS_XML                                               MIMETypes = 963
	MIMETypes_APPLICATION_VND_MARLIN_DRM_MDCF                                                           MIMETypes = 964
	MIMETypes_APPLICATION_VND_MASON_PLUS_JSON                                                           MIMETypes = 965
	MIMETypes_APPLICATION_VND_MAXMIND_MAXMIND_DB                                                        MIMETypes = 966
	MIMETypes_APPLICATION_VND_MCD                                                                       MIMETypes = 967
	MIMETypes_APPLICATION_VND_MEDCALCDATA                                                               MIMETypes = 968
	MIMETypes_APPLICATION_VND_MEDIASTATION_CDKEY                                                        MIMETypes = 969
	MIMETypes_APPLICATION_VND_MERIDIAN_SLINGSHOT                                                        MIMETypes = 970
	MIMETypes_APPLICATION_VND_MFER                                                                      MIMETypes = 971
	MIMETypes_APPLICATION_VND_MFMP                                                                      MIMETypes = 972
	MIMETypes_APPLICATION_VND_MICROGRAFX_FLO                                                            MIMETypes = 974
	MIMETypes_APPLICATION_VND_MICROGRAFX_IGX                                                            MIMETypes = 975
	MIMETypes_APPLICATION_VND_MICROSOFT_PORTABLE_EXECUTABLE                                             MIMETypes = 976
	MIMETypes_APPLICATION_VND_MICROSOFT_WINDOWS_THUMBNAIL_CACHE                                         MIMETypes = 977
	MIMETypes_APPLICATION_VND_MICRO_PLUS_JSON                                                           MIMETypes = 973
	MIMETypes_APPLICATION_VND_MIELE_PLUS_JSON                                                           MIMETypes = 978
	MIMETypes_APPLICATION_VND_MIF                                                                       MIMETypes = 979
	MIMETypes_APPLICATION_VND_MINISOFT_HP3000_SAVE                                                      MIMETypes = 980
	MIMETypes_APPLICATION_VND_MITSUBISHI_MISTY_GUARD_TRUSTWEB                                           MIMETypes = 981
	MIMETypes_APPLICATION_VND_MOBIUS_DAF                                                                MIMETypes = 982
	MIMETypes_APPLICATION_VND_MOBIUS_DIS                                                                MIMETypes = 983
	MIMETypes_APPLICATION_VND_MOBIUS_MBK                                                                MIMETypes = 984
	MIMETypes_APPLICATION_VND_MOBIUS_MQY                                                                MIMETypes = 985
	MIMETypes_APPLICATION_VND_MOBIUS_MSL                                                                MIMETypes = 986
	MIMETypes_APPLICATION_VND_MOBIUS_PLC                                                                MIMETypes = 987
	MIMETypes_APPLICATION_VND_MOBIUS_TXF                                                                MIMETypes = 988
	MIMETypes_APPLICATION_VND_MOPHUN_APPLICATION                                                        MIMETypes = 989
	MIMETypes_APPLICATION_VND_MOPHUN_CERTIFICATE                                                        MIMETypes = 990
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE                                                        MIMETypes = 991
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_ADSI                                                   MIMETypes = 992
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_FIS                                                    MIMETypes = 993
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_GOTAP                                                  MIMETypes = 994
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_KMR                                                    MIMETypes = 995
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_TTC                                                    MIMETypes = 996
	MIMETypes_APPLICATION_VND_MOTOROLA_FLEXSUITE_WEM                                                    MIMETypes = 997
	MIMETypes_APPLICATION_VND_MOTOROLA_IPRM                                                             MIMETypes = 998
	MIMETypes_APPLICATION_VND_MOZILLA_XUL_PLUS_XML                                                      MIMETypes = 999
	MIMETypes_APPLICATION_VND_MSA_DISK_IMAGE                                                            MIMETypes = 1039
	MIMETypes_APPLICATION_VND_MSEQ                                                                      MIMETypes = 1040
	MIMETypes_APPLICATION_VND_MSIGN                                                                     MIMETypes = 1041
	MIMETypes_APPLICATION_VND_MS_3MFDOCUMENT                                                            MIMETypes = 1003
	MIMETypes_APPLICATION_VND_MS_ARTGALRY                                                               MIMETypes = 1000
	MIMETypes_APPLICATION_VND_MS_ASF                                                                    MIMETypes = 1001
	MIMETypes_APPLICATION_VND_MS_CAB_COMPRESSED                                                         MIMETypes = 1002
	MIMETypes_APPLICATION_VND_MS_EXCEL                                                                  MIMETypes = 1004
	MIMETypes_APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12                                            MIMETypes = 1005
	MIMETypes_APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12                                     MIMETypes = 1006
	MIMETypes_APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12                                            MIMETypes = 1007
	MIMETypes_APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12                                         MIMETypes = 1008
	MIMETypes_APPLICATION_VND_MS_FONTOBJECT                                                             MIMETypes = 1009
	MIMETypes_APPLICATION_VND_MS_HTMLHELP                                                               MIMETypes = 1010
	MIMETypes_APPLICATION_VND_MS_IMS                                                                    MIMETypes = 1011
	MIMETypes_APPLICATION_VND_MS_LRM                                                                    MIMETypes = 1012
	MIMETypes_APPLICATION_VND_MS_OFFICETHEME                                                            MIMETypes = 1014
	MIMETypes_APPLICATION_VND_MS_OFFICE_ACTIVEX_PLUS_XML                                                MIMETypes = 1013
	MIMETypes_APPLICATION_VND_MS_PLAYREADY_INITIATOR_PLUS_XML                                           MIMETypes = 1015
	MIMETypes_APPLICATION_VND_MS_POWERPOINT                                                             MIMETypes = 1016
	MIMETypes_APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12                                       MIMETypes = 1017
	MIMETypes_APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12                                MIMETypes = 1018
	MIMETypes_APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12                                   MIMETypes = 1020
	MIMETypes_APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12                                       MIMETypes = 1019
	MIMETypes_APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12                                    MIMETypes = 1021
	MIMETypes_APPLICATION_VND_MS_PRINTDEVICECAPABILITIES_PLUS_XML                                       MIMETypes = 1022
	MIMETypes_APPLICATION_VND_MS_PRINTSCHEMATICKET_PLUS_XML                                             MIMETypes = 1023
	MIMETypes_APPLICATION_VND_MS_PROJECT                                                                MIMETypes = 1024
	MIMETypes_APPLICATION_VND_MS_TNEF                                                                   MIMETypes = 1025
	MIMETypes_APPLICATION_VND_MS_WINDOWS_DEVICEPAIRING                                                  MIMETypes = 1026
	MIMETypes_APPLICATION_VND_MS_WINDOWS_NWPRINTING_OOB                                                 MIMETypes = 1027
	MIMETypes_APPLICATION_VND_MS_WINDOWS_PRINTERPAIRING                                                 MIMETypes = 1028
	MIMETypes_APPLICATION_VND_MS_WINDOWS_WSD_OOB                                                        MIMETypes = 1029
	MIMETypes_APPLICATION_VND_MS_WMDRM_LIC_CHLG_REQ                                                     MIMETypes = 1030
	MIMETypes_APPLICATION_VND_MS_WMDRM_LIC_RESP                                                         MIMETypes = 1031
	MIMETypes_APPLICATION_VND_MS_WMDRM_METER_CHLG_REQ                                                   MIMETypes = 1032
	MIMETypes_APPLICATION_VND_MS_WMDRM_METER_RESP                                                       MIMETypes = 1033
	MIMETypes_APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12                                          MIMETypes = 1034
	MIMETypes_APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12                                          MIMETypes = 1035
	MIMETypes_APPLICATION_VND_MS_WORKS                                                                  MIMETypes = 1036
	MIMETypes_APPLICATION_VND_MS_WPL                                                                    MIMETypes = 1037
	MIMETypes_APPLICATION_VND_MS_XPSDOCUMENT                                                            MIMETypes = 1038
	MIMETypes_APPLICATION_VND_MULTIAD_CREATOR                                                           MIMETypes = 1042
	MIMETypes_APPLICATION_VND_MULTIAD_CREATOR_CIF                                                       MIMETypes = 1043
	MIMETypes_APPLICATION_VND_MUSICIAN                                                                  MIMETypes = 1044
	MIMETypes_APPLICATION_VND_MUSIC_NIFF                                                                MIMETypes = 1045
	MIMETypes_APPLICATION_VND_MUVEE_STYLE                                                               MIMETypes = 1046
	MIMETypes_APPLICATION_VND_MYNFC                                                                     MIMETypes = 1047
	MIMETypes_APPLICATION_VND_NCD_CONTROL                                                               MIMETypes = 1048
	MIMETypes_APPLICATION_VND_NCD_REFERENCE                                                             MIMETypes = 1049
	MIMETypes_APPLICATION_VND_NEARST_INV_PLUS_JSON                                                      MIMETypes = 1050
	MIMETypes_APPLICATION_VND_NERVANA                                                                   MIMETypes = 1051
	MIMETypes_APPLICATION_VND_NETFPX                                                                    MIMETypes = 1052
	MIMETypes_APPLICATION_VND_NEUROLANGUAGE_NLU                                                         MIMETypes = 1053
	MIMETypes_APPLICATION_VND_NIMN                                                                      MIMETypes = 1054
	MIMETypes_APPLICATION_VND_NINTENDO_NITRO_ROM                                                        MIMETypes = 1056
	MIMETypes_APPLICATION_VND_NINTENDO_SNES_ROM                                                         MIMETypes = 1055
	MIMETypes_APPLICATION_VND_NITF                                                                      MIMETypes = 1057
	MIMETypes_APPLICATION_VND_NOBLENET_DIRECTORY                                                        MIMETypes = 1058
	MIMETypes_APPLICATION_VND_NOBLENET_SEALER                                                           MIMETypes = 1059
	MIMETypes_APPLICATION_VND_NOBLENET_WEB                                                              MIMETypes = 1060
	MIMETypes_APPLICATION_VND_NOKIA_CATALOGS                                                            MIMETypes = 1061
	MIMETypes_APPLICATION_VND_NOKIA_CONML_PLUS_WBXML                                                    MIMETypes = 1062
	MIMETypes_APPLICATION_VND_NOKIA_CONML_PLUS_XML                                                      MIMETypes = 1063
	MIMETypes_APPLICATION_VND_NOKIA_IPTV_CONFIG_PLUS_XML                                                MIMETypes = 1064
	MIMETypes_APPLICATION_VND_NOKIA_ISDS_RADIO_PRESETS                                                  MIMETypes = 1065
	MIMETypes_APPLICATION_VND_NOKIA_LANDMARKCOLLECTION_PLUS_XML                                         MIMETypes = 1068
	MIMETypes_APPLICATION_VND_NOKIA_LANDMARK_PLUS_WBXML                                                 MIMETypes = 1066
	MIMETypes_APPLICATION_VND_NOKIA_LANDMARK_PLUS_XML                                                   MIMETypes = 1067
	MIMETypes_APPLICATION_VND_NOKIA_NCD                                                                 MIMETypes = 1069
	MIMETypes_APPLICATION_VND_NOKIA_N_GAGE_AC_PLUS_XML                                                  MIMETypes = 1070
	MIMETypes_APPLICATION_VND_NOKIA_N_GAGE_DATA                                                         MIMETypes = 1071
	MIMETypes_APPLICATION_VND_NOKIA_N_GAGE_SYMBIAN_INSTALL                                              MIMETypes = 1072
	MIMETypes_APPLICATION_VND_NOKIA_PCD_PLUS_WBXML                                                      MIMETypes = 1073
	MIMETypes_APPLICATION_VND_NOKIA_PCD_PLUS_XML                                                        MIMETypes = 1074
	MIMETypes_APPLICATION_VND_NOKIA_RADIO_PRESET                                                        MIMETypes = 1075
	MIMETypes_APPLICATION_VND_NOKIA_RADIO_PRESETS                                                       MIMETypes = 1076
	MIMETypes_APPLICATION_VND_NOVADIGM_EDM                                                              MIMETypes = 1077
	MIMETypes_APPLICATION_VND_NOVADIGM_EDX                                                              MIMETypes = 1078
	MIMETypes_APPLICATION_VND_NOVADIGM_EXT                                                              MIMETypes = 1079
	MIMETypes_APPLICATION_VND_NTT_LOCAL_CONTENT_SHARE                                                   MIMETypes = 1080
	MIMETypes_APPLICATION_VND_NTT_LOCAL_FILE_TRANSFER                                                   MIMETypes = 1081
	MIMETypes_APPLICATION_VND_NTT_LOCAL_OGW_REMOTE_ACCESS                                               MIMETypes = 1082
	MIMETypes_APPLICATION_VND_NTT_LOCAL_SIP_TA_REMOTE                                                   MIMETypes = 1083
	MIMETypes_APPLICATION_VND_NTT_LOCAL_SIP_TA_TCP_STREAM                                               MIMETypes = 1084
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_CHART                                                  MIMETypes = 1085
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_CHART_TEMPLATE                                         MIMETypes = 1086
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE                                               MIMETypes = 1087
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA                                                MIMETypes = 1088
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA_TEMPLATE                                       MIMETypes = 1089
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS                                               MIMETypes = 1090
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS_TEMPLATE                                      MIMETypes = 1091
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE                                                  MIMETypes = 1092
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE_TEMPLATE                                         MIMETypes = 1093
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION                                           MIMETypes = 1094
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE                                  MIMETypes = 1095
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET                                            MIMETypes = 1096
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET_TEMPLATE                                   MIMETypes = 1097
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT                                                   MIMETypes = 1098
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_MASTER                                            MIMETypes = 1099
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_TEMPLATE                                          MIMETypes = 1100
	MIMETypes_APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_WEB                                               MIMETypes = 1101
	MIMETypes_APPLICATION_VND_OBN                                                                       MIMETypes = 1102
	MIMETypes_APPLICATION_VND_OCF_PLUS_CBOR                                                             MIMETypes = 1103
	MIMETypes_APPLICATION_VND_OFTN_L10N_PLUS_JSON                                                       MIMETypes = 1104
	MIMETypes_APPLICATION_VND_OIPF_CONTENTACCESSDOWNLOAD_PLUS_XML                                       MIMETypes = 1105
	MIMETypes_APPLICATION_VND_OIPF_CONTENTACCESSSTREAMING_PLUS_XML                                      MIMETypes = 1106
	MIMETypes_APPLICATION_VND_OIPF_CSPG_HEXBINARY                                                       MIMETypes = 1107
	MIMETypes_APPLICATION_VND_OIPF_DAE_SVG_PLUS_XML                                                     MIMETypes = 1108
	MIMETypes_APPLICATION_VND_OIPF_DAE_XHTML_PLUS_XML                                                   MIMETypes = 1109
	MIMETypes_APPLICATION_VND_OIPF_MIPPVCONTROLMESSAGE_PLUS_XML                                         MIMETypes = 1110
	MIMETypes_APPLICATION_VND_OIPF_PAE_GEM                                                              MIMETypes = 1111
	MIMETypes_APPLICATION_VND_OIPF_SPDISCOVERY_PLUS_XML                                                 MIMETypes = 1112
	MIMETypes_APPLICATION_VND_OIPF_SPDLIST_PLUS_XML                                                     MIMETypes = 1113
	MIMETypes_APPLICATION_VND_OIPF_UEPROFILE_PLUS_XML                                                   MIMETypes = 1114
	MIMETypes_APPLICATION_VND_OIPF_USERPROFILE_PLUS_XML                                                 MIMETypes = 1115
	MIMETypes_APPLICATION_VND_OLPC_SUGAR                                                                MIMETypes = 1116
	MIMETypes_APPLICATION_VND_OMADS_EMAIL_PLUS_XML                                                      MIMETypes = 1151
	MIMETypes_APPLICATION_VND_OMADS_FILE_PLUS_XML                                                       MIMETypes = 1152
	MIMETypes_APPLICATION_VND_OMADS_FOLDER_PLUS_XML                                                     MIMETypes = 1153
	MIMETypes_APPLICATION_VND_OMALOC_SUPL_INIT                                                          MIMETypes = 1154
	MIMETypes_APPLICATION_VND_OMA_BCAST_ASSOCIATED_PROCEDURE_PARAMETER_PLUS_XML                         MIMETypes = 1117
	MIMETypes_APPLICATION_VND_OMA_BCAST_DRM_TRIGGER_PLUS_XML                                            MIMETypes = 1118
	MIMETypes_APPLICATION_VND_OMA_BCAST_IMD_PLUS_XML                                                    MIMETypes = 1119
	MIMETypes_APPLICATION_VND_OMA_BCAST_LTKM                                                            MIMETypes = 1120
	MIMETypes_APPLICATION_VND_OMA_BCAST_NOTIFICATION_PLUS_XML                                           MIMETypes = 1121
	MIMETypes_APPLICATION_VND_OMA_BCAST_PROVISIONINGTRIGGER                                             MIMETypes = 1122
	MIMETypes_APPLICATION_VND_OMA_BCAST_SGBOOT                                                          MIMETypes = 1123
	MIMETypes_APPLICATION_VND_OMA_BCAST_SGDD_PLUS_XML                                                   MIMETypes = 1124
	MIMETypes_APPLICATION_VND_OMA_BCAST_SGDU                                                            MIMETypes = 1125
	MIMETypes_APPLICATION_VND_OMA_BCAST_SIMPLE_SYMBOL_CONTAINER                                         MIMETypes = 1126
	MIMETypes_APPLICATION_VND_OMA_BCAST_SMARTCARD_TRIGGER_PLUS_XML                                      MIMETypes = 1127
	MIMETypes_APPLICATION_VND_OMA_BCAST_SPROV_PLUS_XML                                                  MIMETypes = 1128
	MIMETypes_APPLICATION_VND_OMA_BCAST_STKM                                                            MIMETypes = 1129
	MIMETypes_APPLICATION_VND_OMA_CAB_ADDRESS_BOOK_PLUS_XML                                             MIMETypes = 1130
	MIMETypes_APPLICATION_VND_OMA_CAB_FEATURE_HANDLER_PLUS_XML                                          MIMETypes = 1131
	MIMETypes_APPLICATION_VND_OMA_CAB_PCC_PLUS_XML                                                      MIMETypes = 1132
	MIMETypes_APPLICATION_VND_OMA_CAB_SUBS_INVITE_PLUS_XML                                              MIMETypes = 1133
	MIMETypes_APPLICATION_VND_OMA_CAB_USER_PREFS_PLUS_XML                                               MIMETypes = 1134
	MIMETypes_APPLICATION_VND_OMA_DCD                                                                   MIMETypes = 1135
	MIMETypes_APPLICATION_VND_OMA_DCDC                                                                  MIMETypes = 1136
	MIMETypes_APPLICATION_VND_OMA_DD2_PLUS_XML                                                          MIMETypes = 1137
	MIMETypes_APPLICATION_VND_OMA_DRM_RISD_PLUS_XML                                                     MIMETypes = 1138
	MIMETypes_APPLICATION_VND_OMA_GROUP_USAGE_LIST_PLUS_XML                                             MIMETypes = 1139
	MIMETypes_APPLICATION_VND_OMA_LWM2M_PLUS_JSON                                                       MIMETypes = 1140
	MIMETypes_APPLICATION_VND_OMA_LWM2M_PLUS_TLV                                                        MIMETypes = 1141
	MIMETypes_APPLICATION_VND_OMA_PAL_PLUS_XML                                                          MIMETypes = 1142
	MIMETypes_APPLICATION_VND_OMA_POC_DETAILED_PROGRESS_REPORT_PLUS_XML                                 MIMETypes = 1143
	MIMETypes_APPLICATION_VND_OMA_POC_FINAL_REPORT_PLUS_XML                                             MIMETypes = 1144
	MIMETypes_APPLICATION_VND_OMA_POC_GROUPS_PLUS_XML                                                   MIMETypes = 1145
	MIMETypes_APPLICATION_VND_OMA_POC_INVOCATION_DESCRIPTOR_PLUS_XML                                    MIMETypes = 1146
	MIMETypes_APPLICATION_VND_OMA_POC_OPTIMIZED_PROGRESS_REPORT_PLUS_XML                                MIMETypes = 1147
	MIMETypes_APPLICATION_VND_OMA_PUSH                                                                  MIMETypes = 1148
	MIMETypes_APPLICATION_VND_OMA_SCIDM_MESSAGES_PLUS_XML                                               MIMETypes = 1149
	MIMETypes_APPLICATION_VND_OMA_SCWS_CONFIG                                                           MIMETypes = 1155
	MIMETypes_APPLICATION_VND_OMA_SCWS_HTTP_REQUEST                                                     MIMETypes = 1156
	MIMETypes_APPLICATION_VND_OMA_SCWS_HTTP_RESPONSE                                                    MIMETypes = 1157
	MIMETypes_APPLICATION_VND_OMA_XCAP_DIRECTORY_PLUS_XML                                               MIMETypes = 1150
	MIMETypes_APPLICATION_VND_ONEPAGER                                                                  MIMETypes = 1158
	MIMETypes_APPLICATION_VND_ONEPAGERTAMP                                                              MIMETypes = 1159
	MIMETypes_APPLICATION_VND_ONEPAGERTAMX                                                              MIMETypes = 1160
	MIMETypes_APPLICATION_VND_ONEPAGERTAT                                                               MIMETypes = 1161
	MIMETypes_APPLICATION_VND_ONEPAGERTATP                                                              MIMETypes = 1162
	MIMETypes_APPLICATION_VND_ONEPAGERTATX                                                              MIMETypes = 1163
	MIMETypes_APPLICATION_VND_OPENBLOX_GAME_BINARY                                                      MIMETypes = 1164
	MIMETypes_APPLICATION_VND_OPENBLOX_GAME_PLUS_XML                                                    MIMETypes = 1165
	MIMETypes_APPLICATION_VND_OPENEYE_OEB                                                               MIMETypes = 1166
	MIMETypes_APPLICATION_VND_OPENSTREETMAP_DATA_PLUS_XML                                               MIMETypes = 1167
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_CUSTOMXMLPROPERTIES_PLUS_XML                MIMETypes = 1169
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_CUSTOM_PROPERTIES_PLUS_XML                  MIMETypes = 1168
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_CHARTSHAPES_PLUS_XML              MIMETypes = 1172
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_CHART_PLUS_XML                    MIMETypes = 1171
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMCOLORS_PLUS_XML            MIMETypes = 1173
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMDATA_PLUS_XML              MIMETypes = 1174
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMLAYOUT_PLUS_XML            MIMETypes = 1175
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMSTYLE_PLUS_XML             MIMETypes = 1176
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWING_PLUS_XML                            MIMETypes = 1170
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_EXTENDED_PROPERTIES_PLUS_XML                MIMETypes = 1177
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_COMMENTAUTHORS_PLUS_XML      MIMETypes = 1178
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_COMMENTS_PLUS_XML            MIMETypes = 1179
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_HANDOUTMASTER_PLUS_XML       MIMETypes = 1180
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_NOTESMASTER_PLUS_XML         MIMETypes = 1181
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_NOTESSLIDE_PLUS_XML          MIMETypes = 1182
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION                 MIMETypes = 1183
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION_MAIN_PLUS_XML   MIMETypes = 1184
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESPROPS_PLUS_XML           MIMETypes = 1185
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE                        MIMETypes = 1186
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDELAYOUT_PLUS_XML         MIMETypes = 1188
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDEMASTER_PLUS_XML         MIMETypes = 1189
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW                    MIMETypes = 1190
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW_MAIN_PLUS_XML      MIMETypes = 1191
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDEUPDATEINFO_PLUS_XML     MIMETypes = 1192
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE_PLUS_XML               MIMETypes = 1187
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TABLESTYLES_PLUS_XML         MIMETypes = 1193
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TAGS_PLUS_XML                MIMETypes = 1194
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE                     MIMETypes = 1195
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE_MAIN_PLUS_XML       MIMETypes = 1196
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_VIEWPROPS_PLUS_XML           MIMETypes = 1197
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CALCCHAIN_PLUS_XML            MIMETypes = 1198
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CHARTSHEET_PLUS_XML           MIMETypes = 1199
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_COMMENTS_PLUS_XML             MIMETypes = 1200
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CONNECTIONS_PLUS_XML          MIMETypes = 1201
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_DIALOGSHEET_PLUS_XML          MIMETypes = 1202
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_EXTERNALLINK_PLUS_XML         MIMETypes = 1203
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTCACHEDEFINITION_PLUS_XML MIMETypes = 1204
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTCACHERECORDS_PLUS_XML    MIMETypes = 1205
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTTABLE_PLUS_XML           MIMETypes = 1206
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_QUERYTABLE_PLUS_XML           MIMETypes = 1207
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_REVISIONHEADERS_PLUS_XML      MIMETypes = 1208
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_REVISIONLOG_PLUS_XML          MIMETypes = 1209
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHAREDSTRINGS_PLUS_XML        MIMETypes = 1210
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET                         MIMETypes = 1211
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEETMETADATA_PLUS_XML        MIMETypes = 1213
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET_MAIN_PLUS_XML           MIMETypes = 1212
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_STYLES_PLUS_XML               MIMETypes = 1214
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TABLESINGLECELLS_PLUS_XML     MIMETypes = 1216
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TABLE_PLUS_XML                MIMETypes = 1215
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE                      MIMETypes = 1217
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE_MAIN_PLUS_XML        MIMETypes = 1218
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_USERNAMES_PLUS_XML            MIMETypes = 1219
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_VOLATILEDEPENDENCIES_PLUS_XML MIMETypes = 1220
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_WORKSHEET_PLUS_XML            MIMETypes = 1221
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_THEMEOVERRIDE_PLUS_XML                      MIMETypes = 1223
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_THEME_PLUS_XML                              MIMETypes = 1222
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_VMLDRAWING                                  MIMETypes = 1224
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_COMMENTS_PLUS_XML          MIMETypes = 1225
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT                   MIMETypes = 1226
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT_GLOSSARY_PLUS_XML MIMETypes = 1227
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT_MAIN_PLUS_XML     MIMETypes = 1228
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_ENDNOTES_PLUS_XML          MIMETypes = 1229
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FONTTABLE_PLUS_XML         MIMETypes = 1230
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FOOTER_PLUS_XML            MIMETypes = 1231
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FOOTNOTES_PLUS_XML         MIMETypes = 1232
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_NUMBERING_PLUS_XML         MIMETypes = 1233
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_SETTINGS_PLUS_XML          MIMETypes = 1234
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_STYLES_PLUS_XML            MIMETypes = 1235
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE                   MIMETypes = 1236
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE_MAIN_PLUS_XML     MIMETypes = 1237
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_WEBSETTINGS_PLUS_XML       MIMETypes = 1238
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_PACKAGE_CORE_PROPERTIES_PLUS_XML                           MIMETypes = 1239
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_PACKAGE_DIGITAL_SIGNATURE_XMLSIGNATURE_PLUS_XML            MIMETypes = 1240
	MIMETypes_APPLICATION_VND_OPENXMLFORMATS_PACKAGE_RELATIONSHIPS_PLUS_XML                             MIMETypes = 1241
	MIMETypes_APPLICATION_VND_ORACLE_RESOURCE_PLUS_JSON                                                 MIMETypes = 1242
	MIMETypes_APPLICATION_VND_ORANGE_INDATA                                                             MIMETypes = 1243
	MIMETypes_APPLICATION_VND_OSA_NETDEPLOY                                                             MIMETypes = 1244
	MIMETypes_APPLICATION_VND_OSGEO_MAPGUIDE_PACKAGE                                                    MIMETypes = 1245
	MIMETypes_APPLICATION_VND_OSGI_BUNDLE                                                               MIMETypes = 1246
	MIMETypes_APPLICATION_VND_OSGI_DP                                                                   MIMETypes = 1247
	MIMETypes_APPLICATION_VND_OSGI_SUBSYSTEM                                                            MIMETypes = 1248
	MIMETypes_APPLICATION_VND_OTPS_CT_KIP_PLUS_XML                                                      MIMETypes = 1249
	MIMETypes_APPLICATION_VND_OXLI_COUNTGRAPH                                                           MIMETypes = 1250
	MIMETypes_APPLICATION_VND_PAGERDUTY_PLUS_JSON                                                       MIMETypes = 1251
	MIMETypes_APPLICATION_VND_PALM                                                                      MIMETypes = 1252
	MIMETypes_APPLICATION_VND_PANOPLY                                                                   MIMETypes = 1253
	MIMETypes_APPLICATION_VND_PAOS_XML                                                                  MIMETypes = 1254
	MIMETypes_APPLICATION_VND_PATENTDIVE                                                                MIMETypes = 1255
	MIMETypes_APPLICATION_VND_PATIENTECOMMSDOC                                                          MIMETypes = 1256
	MIMETypes_APPLICATION_VND_PAWAAFILE                                                                 MIMETypes = 1257
	MIMETypes_APPLICATION_VND_PCOS                                                                      MIMETypes = 1258
	MIMETypes_APPLICATION_VND_PG_FORMAT                                                                 MIMETypes = 1259
	MIMETypes_APPLICATION_VND_PG_OSASLI                                                                 MIMETypes = 1260
	MIMETypes_APPLICATION_VND_PIACCESS_APPLICATION_LICENCE                                              MIMETypes = 1261
	MIMETypes_APPLICATION_VND_PICSEL                                                                    MIMETypes = 1262
	MIMETypes_APPLICATION_VND_PMI_WIDGET                                                                MIMETypes = 1263
	MIMETypes_APPLICATION_VND_POCKETLEARN                                                               MIMETypes = 1265
	MIMETypes_APPLICATION_VND_POC_GROUP_ADVERTISEMENT_PLUS_XML                                          MIMETypes = 1264
	MIMETypes_APPLICATION_VND_POWERBUILDER6                                                             MIMETypes = 1266
	MIMETypes_APPLICATION_VND_POWERBUILDER6_S                                                           MIMETypes = 1267
	MIMETypes_APPLICATION_VND_POWERBUILDER7                                                             MIMETypes = 1268
	MIMETypes_APPLICATION_VND_POWERBUILDER75                                                            MIMETypes = 1269
	MIMETypes_APPLICATION_VND_POWERBUILDER75_S                                                          MIMETypes = 1270
	MIMETypes_APPLICATION_VND_POWERBUILDER7_S                                                           MIMETypes = 1271
	MIMETypes_APPLICATION_VND_PREMINET                                                                  MIMETypes = 1272
	MIMETypes_APPLICATION_VND_PREVIEWSYSTEMS_BOX                                                        MIMETypes = 1273
	MIMETypes_APPLICATION_VND_PROTEUS_MAGAZINE                                                          MIMETypes = 1274
	MIMETypes_APPLICATION_VND_PSFS                                                                      MIMETypes = 1275
	MIMETypes_APPLICATION_VND_PUBLISHARE_DELTA_TREE                                                     MIMETypes = 1276
	MIMETypes_APPLICATION_VND_PVI_PTID1                                                                 MIMETypes = 1277
	MIMETypes_APPLICATION_VND_PWG_MULTIPLEXED                                                           MIMETypes = 1278
	MIMETypes_APPLICATION_VND_PWG_XHTML_PRINT_PLUS_XML                                                  MIMETypes = 1279
	MIMETypes_APPLICATION_VND_QUALCOMM_BREW_APP_RES                                                     MIMETypes = 1280
	MIMETypes_APPLICATION_VND_QUARANTAINENET                                                            MIMETypes = 1281
	MIMETypes_APPLICATION_VND_QUARK_QUARKXPRESS                                                         MIMETypes = 1282
	MIMETypes_APPLICATION_VND_QUOBJECT_QUOXDOCUMENT                                                     MIMETypes = 1283
	MIMETypes_APPLICATION_VND_RADISYS_MOML_PLUS_XML                                                     MIMETypes = 1284
	MIMETypes_APPLICATION_VND_RADISYS_MSML_AUDIT_CONF_PLUS_XML                                          MIMETypes = 1285
	MIMETypes_APPLICATION_VND_RADISYS_MSML_AUDIT_CONN_PLUS_XML                                          MIMETypes = 1286
	MIMETypes_APPLICATION_VND_RADISYS_MSML_AUDIT_DIALOG_PLUS_XML                                        MIMETypes = 1287
	MIMETypes_APPLICATION_VND_RADISYS_MSML_AUDIT_PLUS_XML                                               MIMETypes = 1289
	MIMETypes_APPLICATION_VND_RADISYS_MSML_AUDIT_STREAM_PLUS_XML                                        MIMETypes = 1288
	MIMETypes_APPLICATION_VND_RADISYS_MSML_CONF_PLUS_XML                                                MIMETypes = 1290
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_BASE_PLUS_XML                                         MIMETypes = 1291
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_FAX_DETECT_PLUS_XML                                   MIMETypes = 1292
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_FAX_SENDRECV_PLUS_XML                                 MIMETypes = 1293
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_GROUP_PLUS_XML                                        MIMETypes = 1294
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_PLUS_XML                                              MIMETypes = 1297
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_SPEECH_PLUS_XML                                       MIMETypes = 1295
	MIMETypes_APPLICATION_VND_RADISYS_MSML_DIALOG_TRANSFORM_PLUS_XML                                    MIMETypes = 1296
	MIMETypes_APPLICATION_VND_RADISYS_MSML_PLUS_XML                                                     MIMETypes = 1298
	MIMETypes_APPLICATION_VND_RAINSTOR_DATA                                                             MIMETypes = 1299
	MIMETypes_APPLICATION_VND_RAPID                                                                     MIMETypes = 1300
	MIMETypes_APPLICATION_VND_RAR                                                                       MIMETypes = 1301
	MIMETypes_APPLICATION_VND_REALVNC_BED                                                               MIMETypes = 1302
	MIMETypes_APPLICATION_VND_RECORDARE_MUSICXML                                                        MIMETypes = 1303
	MIMETypes_APPLICATION_VND_RECORDARE_MUSICXML_PLUS_XML                                               MIMETypes = 1304
	MIMETypes_APPLICATION_VND_RENLEARN_RLPRINT                                                          MIMETypes = 1305
	MIMETypes_APPLICATION_VND_RESTFUL_PLUS_JSON                                                         MIMETypes = 1306
	MIMETypes_APPLICATION_VND_RIG_CRYPTONOTE                                                            MIMETypes = 1307
	MIMETypes_APPLICATION_VND_ROUTE66_LINK66_PLUS_XML                                                   MIMETypes = 1308
	MIMETypes_APPLICATION_VND_RS_274X                                                                   MIMETypes = 1309
	MIMETypes_APPLICATION_VND_RUCKUS_DOWNLOAD                                                           MIMETypes = 1310
	MIMETypes_APPLICATION_VND_S3SMS                                                                     MIMETypes = 1311
	MIMETypes_APPLICATION_VND_SAILINGTRACKER_TRACK                                                      MIMETypes = 1312
	MIMETypes_APPLICATION_VND_SBM_CID                                                                   MIMETypes = 1313
	MIMETypes_APPLICATION_VND_SBM_MID2                                                                  MIMETypes = 1314
	MIMETypes_APPLICATION_VND_SCRIBUS                                                                   MIMETypes = 1315
	MIMETypes_APPLICATION_VND_SEALEDMEDIA_SOFTSEAL_HTML                                                 MIMETypes = 1325
	MIMETypes_APPLICATION_VND_SEALEDMEDIA_SOFTSEAL_PDF                                                  MIMETypes = 1326
	MIMETypes_APPLICATION_VND_SEALED_3DF                                                                MIMETypes = 1316
	MIMETypes_APPLICATION_VND_SEALED_CSF                                                                MIMETypes = 1317
	MIMETypes_APPLICATION_VND_SEALED_DOC                                                                MIMETypes = 1318
	MIMETypes_APPLICATION_VND_SEALED_EML                                                                MIMETypes = 1319
	MIMETypes_APPLICATION_VND_SEALED_MHT                                                                MIMETypes = 1320
	MIMETypes_APPLICATION_VND_SEALED_NET                                                                MIMETypes = 1321
	MIMETypes_APPLICATION_VND_SEALED_PPT                                                                MIMETypes = 1322
	MIMETypes_APPLICATION_VND_SEALED_TIFF                                                               MIMETypes = 1323
	MIMETypes_APPLICATION_VND_SEALED_XLS                                                                MIMETypes = 1324
	MIMETypes_APPLICATION_VND_SEEMAIL                                                                   MIMETypes = 1327
	MIMETypes_APPLICATION_VND_SEMA                                                                      MIMETypes = 1328
	MIMETypes_APPLICATION_VND_SEMD                                                                      MIMETypes = 1329
	MIMETypes_APPLICATION_VND_SEMF                                                                      MIMETypes = 1330
	MIMETypes_APPLICATION_VND_SHADE_SAVE_FILE                                                           MIMETypes = 1331
	MIMETypes_APPLICATION_VND_SHANA_INFORMED_FORMDATA                                                   MIMETypes = 1332
	MIMETypes_APPLICATION_VND_SHANA_INFORMED_FORMTEMPLATE                                               MIMETypes = 1333
	MIMETypes_APPLICATION_VND_SHANA_INFORMED_INTERCHANGE                                                MIMETypes = 1334
	MIMETypes_APPLICATION_VND_SHANA_INFORMED_PACKAGE                                                    MIMETypes = 1335
	MIMETypes_APPLICATION_VND_SHOOTPROOF_PLUS_JSON                                                      MIMETypes = 1336
	MIMETypes_APPLICATION_VND_SHOPKICK_PLUS_JSON                                                        MIMETypes = 1337
	MIMETypes_APPLICATION_VND_SIGROK_SESSION                                                            MIMETypes = 1338
	MIMETypes_APPLICATION_VND_SIMTECH_MINDMAPPER                                                        MIMETypes = 1339
	MIMETypes_APPLICATION_VND_SIREN_PLUS_JSON                                                           MIMETypes = 1340
	MIMETypes_APPLICATION_VND_SMAF                                                                      MIMETypes = 1341
	MIMETypes_APPLICATION_VND_SMART_NOTEBOOK                                                            MIMETypes = 1342
	MIMETypes_APPLICATION_VND_SMART_TEACHER                                                             MIMETypes = 1343
	MIMETypes_APPLICATION_VND_SOFTWARE602_FILLER_FORM_PLUS_XML                                          MIMETypes = 1344
	MIMETypes_APPLICATION_VND_SOFTWARE602_FILLER_FORM_XML_ZIP                                           MIMETypes = 1345
	MIMETypes_APPLICATION_VND_SOLENT_SDKM_PLUS_XML                                                      MIMETypes = 1346
	MIMETypes_APPLICATION_VND_SPOTFIRE_DXP                                                              MIMETypes = 1347
	MIMETypes_APPLICATION_VND_SPOTFIRE_SFS                                                              MIMETypes = 1348
	MIMETypes_APPLICATION_VND_SQLITE3                                                                   MIMETypes = 1349
	MIMETypes_APPLICATION_VND_SSS_COD                                                                   MIMETypes = 1350
	MIMETypes_APPLICATION_VND_SSS_DTF                                                                   MIMETypes = 1351
	MIMETypes_APPLICATION_VND_SSS_NTF                                                                   MIMETypes = 1352
	MIMETypes_APPLICATION_VND_STEPMANIA_PACKAGE                                                         MIMETypes = 1353
	MIMETypes_APPLICATION_VND_STEPMANIA_STEPCHART                                                       MIMETypes = 1354
	MIMETypes_APPLICATION_VND_STREET_STREAM                                                             MIMETypes = 1355
	MIMETypes_APPLICATION_VND_SUN_WADL_PLUS_XML                                                         MIMETypes = 1356
	MIMETypes_APPLICATION_VND_SUS_CALENDAR                                                              MIMETypes = 1357
	MIMETypes_APPLICATION_VND_SVD                                                                       MIMETypes = 1358
	MIMETypes_APPLICATION_VND_SWIFTVIEW_ICS                                                             MIMETypes = 1359
	MIMETypes_APPLICATION_VND_SYNCML_DMDDF_PLUS_WBXML                                                   MIMETypes = 1364
	MIMETypes_APPLICATION_VND_SYNCML_DMDDF_PLUS_XML                                                     MIMETypes = 1361
	MIMETypes_APPLICATION_VND_SYNCML_DMTNDS_PLUS_WBXML                                                  MIMETypes = 1362
	MIMETypes_APPLICATION_VND_SYNCML_DMTNDS_PLUS_XML                                                    MIMETypes = 1363
	MIMETypes_APPLICATION_VND_SYNCML_DM_NOTIFICATION                                                    MIMETypes = 1360
	MIMETypes_APPLICATION_VND_SYNCML_DM_PLUS_WBXML                                                      MIMETypes = 1365
	MIMETypes_APPLICATION_VND_SYNCML_DM_PLUS_XML                                                        MIMETypes = 1366
	MIMETypes_APPLICATION_VND_SYNCML_DS_NOTIFICATION                                                    MIMETypes = 1367
	MIMETypes_APPLICATION_VND_SYNCML_PLUS_XML                                                           MIMETypes = 1368
	MIMETypes_APPLICATION_VND_TABLESCHEMA_PLUS_JSON                                                     MIMETypes = 1369
	MIMETypes_APPLICATION_VND_TAO_INTENT_MODULE_ARCHIVE                                                 MIMETypes = 1370
	MIMETypes_APPLICATION_VND_TCPDUMP_PCAP                                                              MIMETypes = 1371
	MIMETypes_APPLICATION_VND_THINK_CELL_PPTTC_PLUS_JSON                                                MIMETypes = 1372
	MIMETypes_APPLICATION_VND_TMD_MEDIAFLEX_API_PLUS_XML                                                MIMETypes = 1374
	MIMETypes_APPLICATION_VND_TML                                                                       MIMETypes = 1373
	MIMETypes_APPLICATION_VND_TMOBILE_LIVETV                                                            MIMETypes = 1375
	MIMETypes_APPLICATION_VND_TRID_TPT                                                                  MIMETypes = 1377
	MIMETypes_APPLICATION_VND_TRISCAPE_MXS                                                              MIMETypes = 1378
	MIMETypes_APPLICATION_VND_TRI_ONESOURCE                                                             MIMETypes = 1376
	MIMETypes_APPLICATION_VND_TRUEAPP                                                                   MIMETypes = 1379
	MIMETypes_APPLICATION_VND_TRUEDOC                                                                   MIMETypes = 1380
	MIMETypes_APPLICATION_VND_UBISOFT_WEBPLAYER                                                         MIMETypes = 1381
	MIMETypes_APPLICATION_VND_UFDL                                                                      MIMETypes = 1382
	MIMETypes_APPLICATION_VND_UIQ_THEME                                                                 MIMETypes = 1383
	MIMETypes_APPLICATION_VND_UMAJIN                                                                    MIMETypes = 1384
	MIMETypes_APPLICATION_VND_UNITY                                                                     MIMETypes = 1385
	MIMETypes_APPLICATION_VND_UOML_PLUS_XML                                                             MIMETypes = 1386
	MIMETypes_APPLICATION_VND_UPLANET_ALERT                                                             MIMETypes = 1387
	MIMETypes_APPLICATION_VND_UPLANET_ALERT_WBXML                                                       MIMETypes = 1388
	MIMETypes_APPLICATION_VND_UPLANET_BEARER_CHOICE                                                     MIMETypes = 1389
	MIMETypes_APPLICATION_VND_UPLANET_BEARER_CHOICE_WBXML                                               MIMETypes = 1390
	MIMETypes_APPLICATION_VND_UPLANET_CACHEOP                                                           MIMETypes = 1391
	MIMETypes_APPLICATION_VND_UPLANET_CACHEOP_WBXML                                                     MIMETypes = 1392
	MIMETypes_APPLICATION_VND_UPLANET_CHANNEL                                                           MIMETypes = 1393
	MIMETypes_APPLICATION_VND_UPLANET_CHANNEL_WBXML                                                     MIMETypes = 1394
	MIMETypes_APPLICATION_VND_UPLANET_LIST                                                              MIMETypes = 1395
	MIMETypes_APPLICATION_VND_UPLANET_LISTCMD                                                           MIMETypes = 1396
	MIMETypes_APPLICATION_VND_UPLANET_LISTCMD_WBXML                                                     MIMETypes = 1397
	MIMETypes_APPLICATION_VND_UPLANET_LIST_WBXML                                                        MIMETypes = 1398
	MIMETypes_APPLICATION_VND_UPLANET_SIGNAL                                                            MIMETypes = 1400
	MIMETypes_APPLICATION_VND_URI_MAP                                                                   MIMETypes = 1399
	MIMETypes_APPLICATION_VND_VALVE_SOURCE_MATERIAL                                                     MIMETypes = 1401
	MIMETypes_APPLICATION_VND_VCX                                                                       MIMETypes = 1402
	MIMETypes_APPLICATION_VND_VD_STUDY                                                                  MIMETypes = 1403
	MIMETypes_APPLICATION_VND_VECTORWORKS                                                               MIMETypes = 1404
	MIMETypes_APPLICATION_VND_VEL_PLUS_JSON                                                             MIMETypes = 1405
	MIMETypes_APPLICATION_VND_VERIMATRIX_VCAS                                                           MIMETypes = 1406
	MIMETypes_APPLICATION_VND_VERYANT_THIN                                                              MIMETypes = 1407
	MIMETypes_APPLICATION_VND_VES_ENCRYPTED                                                             MIMETypes = 1408
	MIMETypes_APPLICATION_VND_VIDSOFT_VIDCONFERENCE                                                     MIMETypes = 1409
	MIMETypes_APPLICATION_VND_VISIO                                                                     MIMETypes = 1410
	MIMETypes_APPLICATION_VND_VISIONARY                                                                 MIMETypes = 1411
	MIMETypes_APPLICATION_VND_VIVIDENCE_SCRIPTFILE                                                      MIMETypes = 1412
	MIMETypes_APPLICATION_VND_VSF                                                                       MIMETypes = 1413
	MIMETypes_APPLICATION_VND_WAP_SIC                                                                   MIMETypes = 1414
	MIMETypes_APPLICATION_VND_WAP_SLC                                                                   MIMETypes = 1415
	MIMETypes_APPLICATION_VND_WAP_WBXML                                                                 MIMETypes = 1416
	MIMETypes_APPLICATION_VND_WAP_WMLC                                                                  MIMETypes = 1417
	MIMETypes_APPLICATION_VND_WAP_WMLSCRIPTC                                                            MIMETypes = 1418
	MIMETypes_APPLICATION_VND_WEBTURBO                                                                  MIMETypes = 1419
	MIMETypes_APPLICATION_VND_WFA_P2P                                                                   MIMETypes = 1420
	MIMETypes_APPLICATION_VND_WFA_WSC                                                                   MIMETypes = 1421
	MIMETypes_APPLICATION_VND_WINDOWS_DEVICEPAIRING                                                     MIMETypes = 1422
	MIMETypes_APPLICATION_VND_WMC                                                                       MIMETypes = 1423
	MIMETypes_APPLICATION_VND_WMF_BOOTSTRAP                                                             MIMETypes = 1424
	MIMETypes_APPLICATION_VND_WOLFRAM_MATHEMATICA                                                       MIMETypes = 1425
	MIMETypes_APPLICATION_VND_WOLFRAM_MATHEMATICA_PACKAGE                                               MIMETypes = 1426
	MIMETypes_APPLICATION_VND_WOLFRAM_PLAYER                                                            MIMETypes = 1427
	MIMETypes_APPLICATION_VND_WORDPERFECT                                                               MIMETypes = 1428
	MIMETypes_APPLICATION_VND_WQD                                                                       MIMETypes = 1429
	MIMETypes_APPLICATION_VND_WRQ_HP3000_LABELLED                                                       MIMETypes = 1430
	MIMETypes_APPLICATION_VND_WT_STF                                                                    MIMETypes = 1431
	MIMETypes_APPLICATION_VND_WV_CSP_PLUS_WBXML                                                         MIMETypes = 1433
	MIMETypes_APPLICATION_VND_WV_CSP_PLUS_XML                                                           MIMETypes = 1432
	MIMETypes_APPLICATION_VND_WV_SSP_PLUS_XML                                                           MIMETypes = 1434
	MIMETypes_APPLICATION_VND_XACML_PLUS_JSON                                                           MIMETypes = 1435
	MIMETypes_APPLICATION_VND_XARA                                                                      MIMETypes = 1436
	MIMETypes_APPLICATION_VND_XFDL                                                                      MIMETypes = 1437
	MIMETypes_APPLICATION_VND_XFDL_WEBFORM                                                              MIMETypes = 1438
	MIMETypes_APPLICATION_VND_XMI_PLUS_XML                                                              MIMETypes = 1439
	MIMETypes_APPLICATION_VND_XMPIE_CPKG                                                                MIMETypes = 1440
	MIMETypes_APPLICATION_VND_XMPIE_DPKG                                                                MIMETypes = 1441
	MIMETypes_APPLICATION_VND_XMPIE_PLAN                                                                MIMETypes = 1442
	MIMETypes_APPLICATION_VND_XMPIE_PPKG                                                                MIMETypes = 1443
	MIMETypes_APPLICATION_VND_XMPIE_XLIM                                                                MIMETypes = 1444
	MIMETypes_APPLICATION_VND_YAMAHA_HV_DIC                                                             MIMETypes = 1445
	MIMETypes_APPLICATION_VND_YAMAHA_HV_SCRIPT                                                          MIMETypes = 1446
	MIMETypes_APPLICATION_VND_YAMAHA_HV_VOICE                                                           MIMETypes = 1447
	MIMETypes_APPLICATION_VND_YAMAHA_OPENSCOREFORMAT                                                    MIMETypes = 1449
	MIMETypes_APPLICATION_VND_YAMAHA_OPENSCOREFORMAT_OSFPVG_PLUS_XML                                    MIMETypes = 1448
	MIMETypes_APPLICATION_VND_YAMAHA_REMOTE_SETUP                                                       MIMETypes = 1450
	MIMETypes_APPLICATION_VND_YAMAHA_SMAF_AUDIO                                                         MIMETypes = 1451
	MIMETypes_APPLICATION_VND_YAMAHA_SMAF_PHRASE                                                        MIMETypes = 1452
	MIMETypes_APPLICATION_VND_YAMAHA_THROUGH_NGN                                                        MIMETypes = 1453
	MIMETypes_APPLICATION_VND_YAMAHA_TUNNEL_UDPENCAP                                                    MIMETypes = 1454
	MIMETypes_APPLICATION_VND_YAOWEME                                                                   MIMETypes = 1455
	MIMETypes_APPLICATION_VND_YELLOWRIVER_CUSTOM_MENU                                                   MIMETypes = 1456
	MIMETypes_APPLICATION_VND_YOUTUBE_YT                                                                MIMETypes = 1457
	MIMETypes_APPLICATION_VND_ZUL                                                                       MIMETypes = 1458
	MIMETypes_APPLICATION_VND_ZZAZZ_DECK_PLUS_XML                                                       MIMETypes = 1459
	MIMETypes_APPLICATION_VOICEXML_PLUS_XML                                                             MIMETypes = 1460
	MIMETypes_APPLICATION_VOUCHER_CMS_PLUS_JSON                                                         MIMETypes = 1461
	MIMETypes_APPLICATION_VQ_RTCPXR                                                                     MIMETypes = 1462
	MIMETypes_APPLICATION_WATCHERINFO_PLUS_XML                                                          MIMETypes = 1463
	MIMETypes_APPLICATION_WEBPUSH_OPTIONS_PLUS_JSON                                                     MIMETypes = 1464
	MIMETypes_APPLICATION_WHOISPP_QUERY                                                                 MIMETypes = 1465
	MIMETypes_APPLICATION_WHOISPP_RESPONSE                                                              MIMETypes = 1466
	MIMETypes_APPLICATION_WIDGET                                                                        MIMETypes = 1467
	MIMETypes_APPLICATION_WITA                                                                          MIMETypes = 1468
	MIMETypes_APPLICATION_WORDPERFECT5_1                                                                MIMETypes = 1469
	MIMETypes_APPLICATION_WSDL_PLUS_XML                                                                 MIMETypes = 1470
	MIMETypes_APPLICATION_WSPOLICY_PLUS_XML                                                             MIMETypes = 1471
	MIMETypes_APPLICATION_X400_BP                                                                       MIMETypes = 1473
	MIMETypes_APPLICATION_XACML_PLUS_XML                                                                MIMETypes = 1474
	MIMETypes_APPLICATION_XCAP_ATT_PLUS_XML                                                             MIMETypes = 1475
	MIMETypes_APPLICATION_XCAP_CAPS_PLUS_XML                                                            MIMETypes = 1476
	MIMETypes_APPLICATION_XCAP_DIFF_PLUS_XML                                                            MIMETypes = 1477
	MIMETypes_APPLICATION_XCAP_EL_PLUS_XML                                                              MIMETypes = 1478
	MIMETypes_APPLICATION_XCAP_ERROR_PLUS_XML                                                           MIMETypes = 1479
	MIMETypes_APPLICATION_XCAP_NS_PLUS_XML                                                              MIMETypes = 1480
	MIMETypes_APPLICATION_XCON_CONFERENCE_INFO_DIFF_PLUS_XML                                            MIMETypes = 1481
	MIMETypes_APPLICATION_XCON_CONFERENCE_INFO_PLUS_XML                                                 MIMETypes = 1482
	MIMETypes_APPLICATION_XENC_PLUS_XML                                                                 MIMETypes = 1483
	MIMETypes_APPLICATION_XHTML_PLUS_XML                                                                MIMETypes = 1955
	MIMETypes_APPLICATION_XLIFF_PLUS_XML                                                                MIMETypes = 1484
	MIMETypes_APPLICATION_XML                                                                           MIMETypes = 1953
	MIMETypes_APPLICATION_XML_DTD                                                                       MIMETypes = 1485
	MIMETypes_APPLICATION_XML_EXTERNAL_PARSED_ENTITY                                                    MIMETypes = 1486
	MIMETypes_APPLICATION_XML_PATCH_PLUS_XML                                                            MIMETypes = 1487
	MIMETypes_APPLICATION_XMPP_PLUS_XML                                                                 MIMETypes = 1488
	MIMETypes_APPLICATION_XOP_PLUS_XML                                                                  MIMETypes = 1489
	MIMETypes_APPLICATION_XSLT_PLUS_XML                                                                 MIMETypes = 1490
	MIMETypes_APPLICATION_XV_PLUS_XML                                                                   MIMETypes = 1491
	MIMETypes_APPLICATION_X_FONT_WOFF                                                                   MIMETypes = 6
	MIMETypes_APPLICATION_X_JAVASCRIPT                                                                  MIMETypes = 7
	MIMETypes_APPLICATION_X_WWW_FORM_URLENCODED                                                         MIMETypes = 1472
	MIMETypes_APPLICATION_YANG                                                                          MIMETypes = 1492
	MIMETypes_APPLICATION_YANG_DATA_PLUS_JSON                                                           MIMETypes = 1493
	MIMETypes_APPLICATION_YANG_DATA_PLUS_XML                                                            MIMETypes = 1494
	MIMETypes_APPLICATION_YANG_PATCH_PLUS_JSON                                                          MIMETypes = 1495
	MIMETypes_APPLICATION_YANG_PATCH_PLUS_XML                                                           MIMETypes = 1496
	MIMETypes_APPLICATION_YIN_PLUS_XML                                                                  MIMETypes = 1497
	MIMETypes_APPLICATION_ZIP                                                                           MIMETypes = 1952
	MIMETypes_APPLICATION_ZLIB                                                                          MIMETypes = 1498
	MIMETypes_APPLICATION_ZSTD                                                                          MIMETypes = 1499
	MIMETypes_APPLICATION__STAR                                                                         MIMETypes = 1957
	MIMETypes_AUDIO_1D_INTERLEAVED_PARITYFEC                                                            MIMETypes = 1500
	MIMETypes_AUDIO_32KADPCM                                                                            MIMETypes = 1501
	MIMETypes_AUDIO_3GPP                                                                                MIMETypes = 1502
	MIMETypes_AUDIO_3GPP2                                                                               MIMETypes = 1503
	MIMETypes_AUDIO_AAC                                                                                 MIMETypes = 1504
	MIMETypes_AUDIO_AC3                                                                                 MIMETypes = 1505
	MIMETypes_AUDIO_AMR                                                                                 MIMETypes = 1506
	MIMETypes_AUDIO_AMR_WB                                                                              MIMETypes = 1507
	MIMETypes_AUDIO_AMR_WB_PLUS                                                                         MIMETypes = 1508
	MIMETypes_AUDIO_APTX                                                                                MIMETypes = 1509
	MIMETypes_AUDIO_ASC                                                                                 MIMETypes = 1510
	MIMETypes_AUDIO_ATRAC3                                                                              MIMETypes = 1513
	MIMETypes_AUDIO_ATRAC_ADVANCED_LOSSLESS                                                             MIMETypes = 1511
	MIMETypes_AUDIO_ATRAC_X                                                                             MIMETypes = 1512
	MIMETypes_AUDIO_BASIC                                                                               MIMETypes = 1514
	MIMETypes_AUDIO_BV16                                                                                MIMETypes = 1515
	MIMETypes_AUDIO_BV32                                                                                MIMETypes = 1516
	MIMETypes_AUDIO_CLEARMODE                                                                           MIMETypes = 1517
	MIMETypes_AUDIO_CN                                                                                  MIMETypes = 1518
	MIMETypes_AUDIO_DAT12                                                                               MIMETypes = 1519
	MIMETypes_AUDIO_DLS                                                                                 MIMETypes = 1520
	MIMETypes_AUDIO_DSR_ES201108                                                                        MIMETypes = 1521
	MIMETypes_AUDIO_DSR_ES202050                                                                        MIMETypes = 1522
	MIMETypes_AUDIO_DSR_ES202211                                                                        MIMETypes = 1523
	MIMETypes_AUDIO_DSR_ES202212                                                                        MIMETypes = 1524
	MIMETypes_AUDIO_DV                                                                                  MIMETypes = 1525
	MIMETypes_AUDIO_DVI4                                                                                MIMETypes = 1526
	MIMETypes_AUDIO_EAC3                                                                                MIMETypes = 1527
	MIMETypes_AUDIO_ENCAPRTP                                                                            MIMETypes = 1528
	MIMETypes_AUDIO_EVRC                                                                                MIMETypes = 1529
	MIMETypes_AUDIO_EVRC0                                                                               MIMETypes = 1531
	MIMETypes_AUDIO_EVRC1                                                                               MIMETypes = 1532
	MIMETypes_AUDIO_EVRCB                                                                               MIMETypes = 1533
	MIMETypes_AUDIO_EVRCB0                                                                              MIMETypes = 1534
	MIMETypes_AUDIO_EVRCB1                                                                              MIMETypes = 1535
	MIMETypes_AUDIO_EVRCNW                                                                              MIMETypes = 1536
	MIMETypes_AUDIO_EVRCNW0                                                                             MIMETypes = 1537
	MIMETypes_AUDIO_EVRCNW1                                                                             MIMETypes = 1538
	MIMETypes_AUDIO_EVRCWB                                                                              MIMETypes = 1539
	MIMETypes_AUDIO_EVRCWB0                                                                             MIMETypes = 1540
	MIMETypes_AUDIO_EVRCWB1                                                                             MIMETypes = 1541
	MIMETypes_AUDIO_EVRC_QCP                                                                            MIMETypes = 1530
	MIMETypes_AUDIO_EVS                                                                                 MIMETypes = 1542
	MIMETypes_AUDIO_EXAMPLE                                                                             MIMETypes = 1543
	MIMETypes_AUDIO_FLEXFEC                                                                             MIMETypes = 1544
	MIMETypes_AUDIO_FWDRED                                                                              MIMETypes = 1545
	MIMETypes_AUDIO_G711_0                                                                              MIMETypes = 1546
	MIMETypes_AUDIO_G719                                                                                MIMETypes = 1547
	MIMETypes_AUDIO_G722                                                                                MIMETypes = 1549
	MIMETypes_AUDIO_G7221                                                                               MIMETypes = 1548
	MIMETypes_AUDIO_G723                                                                                MIMETypes = 1550
	MIMETypes_AUDIO_G726_16                                                                             MIMETypes = 1551
	MIMETypes_AUDIO_G726_24                                                                             MIMETypes = 1552
	MIMETypes_AUDIO_G726_32                                                                             MIMETypes = 1553
	MIMETypes_AUDIO_G726_40                                                                             MIMETypes = 1554
	MIMETypes_AUDIO_G728                                                                                MIMETypes = 1555
	MIMETypes_AUDIO_G729                                                                                MIMETypes = 1556
	MIMETypes_AUDIO_G7291                                                                               MIMETypes = 1557
	MIMETypes_AUDIO_G729D                                                                               MIMETypes = 1558
	MIMETypes_AUDIO_G729E                                                                               MIMETypes = 1559
	MIMETypes_AUDIO_GSM                                                                                 MIMETypes = 1560
	MIMETypes_AUDIO_GSM_EFR                                                                             MIMETypes = 1561
	MIMETypes_AUDIO_GSM_HR_08                                                                           MIMETypes = 1562
	MIMETypes_AUDIO_ILBC                                                                                MIMETypes = 1563
	MIMETypes_AUDIO_IP_MR_V2_5                                                                          MIMETypes = 1564
	MIMETypes_AUDIO_L16                                                                                 MIMETypes = 1566
	MIMETypes_AUDIO_L20                                                                                 MIMETypes = 1567
	MIMETypes_AUDIO_L24                                                                                 MIMETypes = 1568
	MIMETypes_AUDIO_L8                                                                                  MIMETypes = 1565
	MIMETypes_AUDIO_LPC                                                                                 MIMETypes = 1569
	MIMETypes_AUDIO_MELP                                                                                MIMETypes = 1570
	MIMETypes_AUDIO_MELP1200                                                                            MIMETypes = 1572
	MIMETypes_AUDIO_MELP2400                                                                            MIMETypes = 1573
	MIMETypes_AUDIO_MELP600                                                                             MIMETypes = 1571
	MIMETypes_AUDIO_MOBILE_XMF                                                                          MIMETypes = 1574
	MIMETypes_AUDIO_MP4                                                                                 MIMETypes = 1576
	MIMETypes_AUDIO_MP4A_LATM                                                                           MIMETypes = 1577
	MIMETypes_AUDIO_MPA                                                                                 MIMETypes = 1575
	MIMETypes_AUDIO_MPA_ROBUST                                                                          MIMETypes = 1578
	MIMETypes_AUDIO_MPEG                                                                                MIMETypes = 1579
	MIMETypes_AUDIO_MPEG4_GENERIC                                                                       MIMETypes = 1580
	MIMETypes_AUDIO_OGG                                                                                 MIMETypes = 1581
	MIMETypes_AUDIO_OPUS                                                                                MIMETypes = 1582
	MIMETypes_AUDIO_PARITYFEC                                                                           MIMETypes = 1583
	MIMETypes_AUDIO_PCMA                                                                                MIMETypes = 1584
	MIMETypes_AUDIO_PCMA_WB                                                                             MIMETypes = 1585
	MIMETypes_AUDIO_PCMU                                                                                MIMETypes = 1586
	MIMETypes_AUDIO_PCMU_WB                                                                             MIMETypes = 1587
	MIMETypes_AUDIO_PRS_SID                                                                             MIMETypes = 1588
	MIMETypes_AUDIO_QCELP                                                                               MIMETypes = 1589
	MIMETypes_AUDIO_RAPTORFEC                                                                           MIMETypes = 1590
	MIMETypes_AUDIO_RED                                                                                 MIMETypes = 1591
	MIMETypes_AUDIO_RTPLOOPBACK                                                                         MIMETypes = 1593
	MIMETypes_AUDIO_RTP_ENC_AESCM128                                                                    MIMETypes = 1592
	MIMETypes_AUDIO_RTP_MIDI                                                                            MIMETypes = 1594
	MIMETypes_AUDIO_RTX                                                                                 MIMETypes = 1595
	MIMETypes_AUDIO_SMV                                                                                 MIMETypes = 1596
	MIMETypes_AUDIO_SMV0                                                                                MIMETypes = 1597
	MIMETypes_AUDIO_SMV_QCP                                                                             MIMETypes = 1598
	MIMETypes_AUDIO_SPEEX                                                                               MIMETypes = 1600
	MIMETypes_AUDIO_SP_MIDI                                                                             MIMETypes = 1599
	MIMETypes_AUDIO_T140C                                                                               MIMETypes = 1601
	MIMETypes_AUDIO_T38                                                                                 MIMETypes = 1602
	MIMETypes_AUDIO_TELEPHONE_EVENT                                                                     MIMETypes = 1603
	MIMETypes_AUDIO_TETRA_ACELP                                                                         MIMETypes = 1604
	MIMETypes_AUDIO_TONE                                                                                MIMETypes = 1605
	MIMETypes_AUDIO_UEMCLIP                                                                             MIMETypes = 1606
	MIMETypes_AUDIO_ULPFEC                                                                              MIMETypes = 1607
	MIMETypes_AUDIO_USAC                                                                                MIMETypes = 1608
	MIMETypes_AUDIO_VDVI                                                                                MIMETypes = 1609
	MIMETypes_AUDIO_VMR_WB                                                                              MIMETypes = 1610
	MIMETypes_AUDIO_VND_3GPP_IUFP                                                                       MIMETypes = 1611
	MIMETypes_AUDIO_VND_4SB                                                                             MIMETypes = 1612
	MIMETypes_AUDIO_VND_AUDIOKOZ                                                                        MIMETypes = 1613
	MIMETypes_AUDIO_VND_CELP                                                                            MIMETypes = 1614
	MIMETypes_AUDIO_VND_CISCO_NSE                                                                       MIMETypes = 1615
	MIMETypes_AUDIO_VND_CMLES_RADIO_EVENTS                                                              MIMETypes = 1616
	MIMETypes_AUDIO_VND_CNS_ANP1                                                                        MIMETypes = 1617
	MIMETypes_AUDIO_VND_CNS_INF1                                                                        MIMETypes = 1618
	MIMETypes_AUDIO_VND_DECE_AUDIO                                                                      MIMETypes = 1619
	MIMETypes_AUDIO_VND_DIGITAL_WINDS                                                                   MIMETypes = 1620
	MIMETypes_AUDIO_VND_DLNA_ADTS                                                                       MIMETypes = 1621
	MIMETypes_AUDIO_VND_DOLBY_HEAAC_1                                                                   MIMETypes = 1622
	MIMETypes_AUDIO_VND_DOLBY_HEAAC_2                                                                   MIMETypes = 1623
	MIMETypes_AUDIO_VND_DOLBY_MLP                                                                       MIMETypes = 1624
	MIMETypes_AUDIO_VND_DOLBY_MPS                                                                       MIMETypes = 1625
	MIMETypes_AUDIO_VND_DOLBY_PL2                                                                       MIMETypes = 1626
	MIMETypes_AUDIO_VND_DOLBY_PL2X                                                                      MIMETypes = 1627
	MIMETypes_AUDIO_VND_DOLBY_PL2Z                                                                      MIMETypes = 1628
	MIMETypes_AUDIO_VND_DOLBY_PULSE_1                                                                   MIMETypes = 1629
	MIMETypes_AUDIO_VND_DRA                                                                             MIMETypes = 1630
	MIMETypes_AUDIO_VND_DTS                                                                             MIMETypes = 1631
	MIMETypes_AUDIO_VND_DTS_HD                                                                          MIMETypes = 1632
	MIMETypes_AUDIO_VND_DTS_UHD                                                                         MIMETypes = 1633
	MIMETypes_AUDIO_VND_DVB_FILE                                                                        MIMETypes = 1634
	MIMETypes_AUDIO_VND_EVERAD_PLJ                                                                      MIMETypes = 1635
	MIMETypes_AUDIO_VND_HNS_AUDIO                                                                       MIMETypes = 1636
	MIMETypes_AUDIO_VND_LUCENT_VOICE                                                                    MIMETypes = 1637
	MIMETypes_AUDIO_VND_MS_PLAYREADY_MEDIA_PYA                                                          MIMETypes = 1638
	MIMETypes_AUDIO_VND_NOKIA_MOBILE_XMF                                                                MIMETypes = 1639
	MIMETypes_AUDIO_VND_NORTEL_VBK                                                                      MIMETypes = 1640
	MIMETypes_AUDIO_VND_NUERA_ECELP4800                                                                 MIMETypes = 1641
	MIMETypes_AUDIO_VND_NUERA_ECELP7470                                                                 MIMETypes = 1642
	MIMETypes_AUDIO_VND_NUERA_ECELP9600                                                                 MIMETypes = 1643
	MIMETypes_AUDIO_VND_OCTEL_SBC                                                                       MIMETypes = 1644
	MIMETypes_AUDIO_VND_PRESONUS_MULTITRACK                                                             MIMETypes = 1645
	MIMETypes_AUDIO_VND_QCELP                                                                           MIMETypes = 1646
	MIMETypes_AUDIO_VND_RHETOREX_32KADPCM                                                               MIMETypes = 1647
	MIMETypes_AUDIO_VND_RIP                                                                             MIMETypes = 1648
	MIMETypes_AUDIO_VND_SEALEDMEDIA_SOFTSEAL_MPEG                                                       MIMETypes = 1649
	MIMETypes_AUDIO_VND_VMX_CVSD                                                                        MIMETypes = 1650
	MIMETypes_AUDIO_VORBIS                                                                              MIMETypes = 1651
	MIMETypes_AUDIO_VORBIS_CONFIG                                                                       MIMETypes = 1652
	MIMETypes_AUDIO__STAR                                                                               MIMETypes = 1958
	MIMETypes_FONT_COLLECTION                                                                           MIMETypes = 1653
	MIMETypes_FONT_OTF                                                                                  MIMETypes = 1654
	MIMETypes_FONT_SFNT                                                                                 MIMETypes = 1655
	MIMETypes_FONT_TTF                                                                                  MIMETypes = 8
	MIMETypes_FONT_WOFF                                                                                 MIMETypes = 9
	MIMETypes_FONT_WOFF2                                                                                MIMETypes = 10
	MIMETypes_FONT__STAR                                                                                MIMETypes = 1959
	MIMETypes_IMAGE_ACES                                                                                MIMETypes = 1659
	MIMETypes_IMAGE_AVCI                                                                                MIMETypes = 1660
	MIMETypes_IMAGE_AVCS                                                                                MIMETypes = 1661
	MIMETypes_IMAGE_BMP                                                                                 MIMETypes = 1956
	MIMETypes_IMAGE_CGM                                                                                 MIMETypes = 1662
	MIMETypes_IMAGE_DICOM_RLE                                                                           MIMETypes = 1663
	MIMETypes_IMAGE_EMF                                                                                 MIMETypes = 1664
	MIMETypes_IMAGE_EXAMPLE                                                                             MIMETypes = 1665
	MIMETypes_IMAGE_FITS                                                                                MIMETypes = 1666
	MIMETypes_IMAGE_G3FAX                                                                               MIMETypes = 1667
	MIMETypes_IMAGE_GIF                                                                                 MIMETypes = 11
	MIMETypes_IMAGE_HEIC                                                                                MIMETypes = 1668
	MIMETypes_IMAGE_HEIC_SEQUENCE                                                                       MIMETypes = 1669
	MIMETypes_IMAGE_HEIF                                                                                MIMETypes = 1670
	MIMETypes_IMAGE_HEIF_SEQUENCE                                                                       MIMETypes = 1671
	MIMETypes_IMAGE_HEJ2K                                                                               MIMETypes = 1672
	MIMETypes_IMAGE_HSJ2                                                                                MIMETypes = 1673
	MIMETypes_IMAGE_IEF                                                                                 MIMETypes = 1674
	MIMETypes_IMAGE_JLS                                                                                 MIMETypes = 1675
	MIMETypes_IMAGE_JP2                                                                                 MIMETypes = 1676
	MIMETypes_IMAGE_JPEG                                                                                MIMETypes = 12
	MIMETypes_IMAGE_JPH                                                                                 MIMETypes = 1677
	MIMETypes_IMAGE_JPHC                                                                                MIMETypes = 1678
	MIMETypes_IMAGE_JPM                                                                                 MIMETypes = 1679
	MIMETypes_IMAGE_JPX                                                                                 MIMETypes = 1680
	MIMETypes_IMAGE_JXR                                                                                 MIMETypes = 1681
	MIMETypes_IMAGE_JXRA                                                                                MIMETypes = 1682
	MIMETypes_IMAGE_JXRS                                                                                MIMETypes = 1683
	MIMETypes_IMAGE_JXS                                                                                 MIMETypes = 1684
	MIMETypes_IMAGE_JXSC                                                                                MIMETypes = 1685
	MIMETypes_IMAGE_JXSI                                                                                MIMETypes = 1686
	MIMETypes_IMAGE_JXSS                                                                                MIMETypes = 1687
	MIMETypes_IMAGE_KTX                                                                                 MIMETypes = 1688
	MIMETypes_IMAGE_NAPLPS                                                                              MIMETypes = 1689
	MIMETypes_IMAGE_PNG                                                                                 MIMETypes = 13
	MIMETypes_IMAGE_PRS_BTIF                                                                            MIMETypes = 1691
	MIMETypes_IMAGE_PRS_PTI                                                                             MIMETypes = 1692
	MIMETypes_IMAGE_PWG_RASTER                                                                          MIMETypes = 1693
	MIMETypes_IMAGE_SVG_PLUS_XML                                                                        MIMETypes = 14
	MIMETypes_IMAGE_T38                                                                                 MIMETypes = 1694
	MIMETypes_IMAGE_TIFF                                                                                MIMETypes = 1954
	MIMETypes_IMAGE_TIFF_FX                                                                             MIMETypes = 1695
	MIMETypes_IMAGE_VND_ADOBE_PHOTOSHOP                                                                 MIMETypes = 1696
	MIMETypes_IMAGE_VND_AIRZIP_ACCELERATOR_AZV                                                          MIMETypes = 1697
	MIMETypes_IMAGE_VND_CNS_INF2                                                                        MIMETypes = 1698
	MIMETypes_IMAGE_VND_DECE_GRAPHIC                                                                    MIMETypes = 1699
	MIMETypes_IMAGE_VND_DJVU                                                                            MIMETypes = 1700
	MIMETypes_IMAGE_VND_DVB_SUBTITLE                                                                    MIMETypes = 1703
	MIMETypes_IMAGE_VND_DWG                                                                             MIMETypes = 1701
	MIMETypes_IMAGE_VND_DXF                                                                             MIMETypes = 1702
	MIMETypes_IMAGE_VND_FASTBIDSHEET                                                                    MIMETypes = 1704
	MIMETypes_IMAGE_VND_FPX                                                                             MIMETypes = 1705
	MIMETypes_IMAGE_VND_FST                                                                             MIMETypes = 1706
	MIMETypes_IMAGE_VND_FUJIXEROX_EDMICS_MMR                                                            MIMETypes = 1707
	MIMETypes_IMAGE_VND_FUJIXEROX_EDMICS_RLC                                                            MIMETypes = 1708
	MIMETypes_IMAGE_VND_GLOBALGRAPHICS_PGB                                                              MIMETypes = 1709
	MIMETypes_IMAGE_VND_MICROSOFT_ICON                                                                  MIMETypes = 15
	MIMETypes_IMAGE_VND_MIX                                                                             MIMETypes = 1711
	MIMETypes_IMAGE_VND_MOZILLA_APNG                                                                    MIMETypes = 1713
	MIMETypes_IMAGE_VND_MS_MODI                                                                         MIMETypes = 1712
	MIMETypes_IMAGE_VND_NET_FPX                                                                         MIMETypes = 1714
	MIMETypes_IMAGE_VND_RADIANCE                                                                        MIMETypes = 1715
	MIMETypes_IMAGE_VND_SEALEDMEDIA_SOFTSEAL_GIF                                                        MIMETypes = 1717
	MIMETypes_IMAGE_VND_SEALEDMEDIA_SOFTSEAL_JPG                                                        MIMETypes = 1718
	MIMETypes_IMAGE_VND_SEALED_PNG                                                                      MIMETypes = 1716
	MIMETypes_IMAGE_VND_SVF                                                                             MIMETypes = 1719
	MIMETypes_IMAGE_VND_TENCENT_TAP                                                                     MIMETypes = 1720
	MIMETypes_IMAGE_VND_VALVE_SOURCE_TEXTURE                                                            MIMETypes = 1721
	MIMETypes_IMAGE_VND_WAP_WBMP                                                                        MIMETypes = 1722
	MIMETypes_IMAGE_VND_XIFF                                                                            MIMETypes = 1723
	MIMETypes_IMAGE_VND_ZBRUSH_PCX                                                                      MIMETypes = 1724
	MIMETypes_IMAGE_WEBP                                                                                MIMETypes = 16
	MIMETypes_IMAGE_WMF                                                                                 MIMETypes = 1725
	MIMETypes_IMAGE_X_EMF                                                                               MIMETypes = 1726
	MIMETypes_IMAGE_X_ICON                                                                              MIMETypes = 17
	MIMETypes_IMAGE_X_WMF                                                                               MIMETypes = 1727
	MIMETypes_IMAGE__STAR                                                                               MIMETypes = 1960
	MIMETypes_MESSAGE_CPIM                                                                              MIMETypes = 1728
	MIMETypes_MESSAGE_DELIVERY_STATUS                                                                   MIMETypes = 1729
	MIMETypes_MESSAGE_DISPOSITION_NOTIFICATION                                                          MIMETypes = 1730
	MIMETypes_MESSAGE_EXAMPLE                                                                           MIMETypes = 1731
	MIMETypes_MESSAGE_EXTERNAL_BODY                                                                     MIMETypes = 1732
	MIMETypes_MESSAGE_FEEDBACK_REPORT                                                                   MIMETypes = 1733
	MIMETypes_MESSAGE_GLOBAL                                                                            MIMETypes = 1734
	MIMETypes_MESSAGE_GLOBAL_DELIVERY_STATUS                                                            MIMETypes = 1735
	MIMETypes_MESSAGE_GLOBAL_DISPOSITION_NOTIFICATION                                                   MIMETypes = 1736
	MIMETypes_MESSAGE_GLOBAL_HEADERS                                                                    MIMETypes = 1737
	MIMETypes_MESSAGE_HTTP                                                                              MIMETypes = 1738
	MIMETypes_MESSAGE_IMDN_PLUS_XML                                                                     MIMETypes = 1739
	MIMETypes_MESSAGE_NEWS                                                                              MIMETypes = 1740
	MIMETypes_MESSAGE_PARTIAL                                                                           MIMETypes = 1741
	MIMETypes_MESSAGE_RFC822                                                                            MIMETypes = 1742
	MIMETypes_MESSAGE_SIP                                                                               MIMETypes = 1744
	MIMETypes_MESSAGE_SIPFRAG                                                                           MIMETypes = 1745
	MIMETypes_MESSAGE_S_HTTP                                                                            MIMETypes = 1743
	MIMETypes_MESSAGE_TRACKING_STATUS                                                                   MIMETypes = 1746
	MIMETypes_MESSAGE_VND_SI_SIMP                                                                       MIMETypes = 1747
	MIMETypes_MESSAGE_VND_WFA_WSC                                                                       MIMETypes = 1748
	MIMETypes_MESSAGE__STAR                                                                             MIMETypes = 1961
	MIMETypes_MODEL_3MF                                                                                 MIMETypes = 1749
	MIMETypes_MODEL_EXAMPLE                                                                             MIMETypes = 1750
	MIMETypes_MODEL_GLTF_BINARY                                                                         MIMETypes = 1751
	MIMETypes_MODEL_GLTF_PLUS_JSON                                                                      MIMETypes = 1752
	MIMETypes_MODEL_IGES                                                                                MIMETypes = 1753
	MIMETypes_MODEL_MESH                                                                                MIMETypes = 1754
	MIMETypes_MODEL_STL                                                                                 MIMETypes = 1755
	MIMETypes_MODEL_VND_COLLADA_PLUS_XML                                                                MIMETypes = 1756
	MIMETypes_MODEL_VND_DWF                                                                             MIMETypes = 1757
	MIMETypes_MODEL_VND_FLATLAND_3DML                                                                   MIMETypes = 1758
	MIMETypes_MODEL_VND_GDL                                                                             MIMETypes = 1759
	MIMETypes_MODEL_VND_GS_GDL                                                                          MIMETypes = 1760
	MIMETypes_MODEL_VND_GTW                                                                             MIMETypes = 1761
	MIMETypes_MODEL_VND_MOML_PLUS_XML                                                                   MIMETypes = 1762
	MIMETypes_MODEL_VND_MTS                                                                             MIMETypes = 1763
	MIMETypes_MODEL_VND_OPENGEX                                                                         MIMETypes = 1764
	MIMETypes_MODEL_VND_PARASOLID_TRANSMIT_BINARY                                                       MIMETypes = 1765
	MIMETypes_MODEL_VND_PARASOLID_TRANSMIT_TEXT                                                         MIMETypes = 1766
	MIMETypes_MODEL_VND_ROSETTE_ANNOTATED_DATA_MODEL                                                    MIMETypes = 1767
	MIMETypes_MODEL_VND_USDZ_PLUS_ZIP                                                                   MIMETypes = 1768
	MIMETypes_MODEL_VND_VALVE_SOURCE_COMPILED_MAP                                                       MIMETypes = 1769
	MIMETypes_MODEL_VND_VTU                                                                             MIMETypes = 1770
	MIMETypes_MODEL_VRML                                                                                MIMETypes = 1771
	MIMETypes_MODEL_X3D_PLUS_FASTINFOSET                                                                MIMETypes = 1773
	MIMETypes_MODEL_X3D_PLUS_XML                                                                        MIMETypes = 1774
	MIMETypes_MODEL_X3D_VRML                                                                            MIMETypes = 1772
	MIMETypes_MODEL__STAR                                                                               MIMETypes = 1962
	MIMETypes_MULTIPART_ALTERNATIVE                                                                     MIMETypes = 1775
	MIMETypes_MULTIPART_APPLEDOUBLE                                                                     MIMETypes = 1776
	MIMETypes_MULTIPART_BYTERANGES                                                                      MIMETypes = 1777
	MIMETypes_MULTIPART_DIGEST                                                                          MIMETypes = 1778
	MIMETypes_MULTIPART_ENCRYPTED                                                                       MIMETypes = 1779
	MIMETypes_MULTIPART_EXAMPLE                                                                         MIMETypes = 1780
	MIMETypes_MULTIPART_FORM_DATA                                                                       MIMETypes = 1781
	MIMETypes_MULTIPART_HEADER_SET                                                                      MIMETypes = 1782
	MIMETypes_MULTIPART_MIXED                                                                           MIMETypes = 1783
	MIMETypes_MULTIPART_MULTILINGUAL                                                                    MIMETypes = 1784
	MIMETypes_MULTIPART_PARALLEL                                                                        MIMETypes = 1785
	MIMETypes_MULTIPART_RELATED                                                                         MIMETypes = 1786
	MIMETypes_MULTIPART_REPORT                                                                          MIMETypes = 1787
	MIMETypes_MULTIPART_SIGNED                                                                          MIMETypes = 1788
	MIMETypes_MULTIPART_VND_BINT_MED_PLUS                                                               MIMETypes = 1789
	MIMETypes_MULTIPART_VOICE_MESSAGE                                                                   MIMETypes = 1790
	MIMETypes_MULTIPART_X_MIXED_REPLACE                                                                 MIMETypes = 1791
	MIMETypes_MULTIPART__STAR                                                                           MIMETypes = 1963
	MIMETypes_TEXT_1D_INTERLEAVED_PARITYFEC                                                             MIMETypes = 1792
	MIMETypes_TEXT_CACHE_MANIFEST                                                                       MIMETypes = 1793
	MIMETypes_TEXT_CALENDAR                                                                             MIMETypes = 1794
	MIMETypes_TEXT_CSS                                                                                  MIMETypes = 18
	MIMETypes_TEXT_CSV                                                                                  MIMETypes = 1795
	MIMETypes_TEXT_CSV_SCHEMA                                                                           MIMETypes = 1796
	MIMETypes_TEXT_DIRECTORY                                                                            MIMETypes = 1797
	MIMETypes_TEXT_DNS                                                                                  MIMETypes = 1798
	MIMETypes_TEXT_ECMASCRIPT                                                                           MIMETypes = 1799
	MIMETypes_TEXT_ENCAPRTP                                                                             MIMETypes = 1800
	MIMETypes_TEXT_ENRICHED                                                                             MIMETypes = 1801
	MIMETypes_TEXT_EXAMPLE                                                                              MIMETypes = 1802
	MIMETypes_TEXT_FLEXFEC                                                                              MIMETypes = 1803
	MIMETypes_TEXT_FWDRED                                                                               MIMETypes = 1804
	MIMETypes_TEXT_GRAMMAR_REF_LIST                                                                     MIMETypes = 1805
	MIMETypes_TEXT_HTML                                                                                 MIMETypes = 19
	MIMETypes_TEXT_JAVASCRIPT                                                                           MIMETypes = 20
	MIMETypes_TEXT_JCR_CND                                                                              MIMETypes = 1807
	MIMETypes_TEXT_MARKDOWN                                                                             MIMETypes = 1808
	MIMETypes_TEXT_MIZAR                                                                                MIMETypes = 1809
	MIMETypes_TEXT_N3                                                                                   MIMETypes = 1810
	MIMETypes_TEXT_PARAMETERS                                                                           MIMETypes = 1811
	MIMETypes_TEXT_PARITYFEC                                                                            MIMETypes = 1812
	MIMETypes_TEXT_PLAIN                                                                                MIMETypes = 21
	MIMETypes_TEXT_PROVENANCE_NOTATION                                                                  MIMETypes = 1813
	MIMETypes_TEXT_PRS_FALLENSTEIN_RST                                                                  MIMETypes = 1814
	MIMETypes_TEXT_PRS_LINES_TAG                                                                        MIMETypes = 1815
	MIMETypes_TEXT_PRS_PROP_LOGIC                                                                       MIMETypes = 1816
	MIMETypes_TEXT_RAPTORFEC                                                                            MIMETypes = 1817
	MIMETypes_TEXT_RED                                                                                  MIMETypes = 1818
	MIMETypes_TEXT_RFC822_HEADERS                                                                       MIMETypes = 1819
	MIMETypes_TEXT_RICHTEXT                                                                             MIMETypes = 1951
	MIMETypes_TEXT_RTF                                                                                  MIMETypes = 1820
	MIMETypes_TEXT_RTPLOOPBACK                                                                          MIMETypes = 1822
	MIMETypes_TEXT_RTP_ENC_AESCM128                                                                     MIMETypes = 1821
	MIMETypes_TEXT_RTX                                                                                  MIMETypes = 1823
	MIMETypes_TEXT_SGML                                                                                 MIMETypes = 1824
	MIMETypes_TEXT_STRINGS                                                                              MIMETypes = 1825
	MIMETypes_TEXT_T140                                                                                 MIMETypes = 1826
	MIMETypes_TEXT_TAB_SEPARATED_VALUES                                                                 MIMETypes = 1827
	MIMETypes_TEXT_TROFF                                                                                MIMETypes = 1828
	MIMETypes_TEXT_TURTLE                                                                               MIMETypes = 1829
	MIMETypes_TEXT_ULPFEC                                                                               MIMETypes = 1830
	MIMETypes_TEXT_URI_LIST                                                                             MIMETypes = 1831
	MIMETypes_TEXT_VCARD                                                                                MIMETypes = 1832
	MIMETypes_TEXT_VND_A                                                                                MIMETypes = 1833
	MIMETypes_TEXT_VND_ABC                                                                              MIMETypes = 1834
	MIMETypes_TEXT_VND_ASCII_ART                                                                        MIMETypes = 1835
	MIMETypes_TEXT_VND_CURL                                                                             MIMETypes = 1836
	MIMETypes_TEXT_VND_DEBIAN_COPYRIGHT                                                                 MIMETypes = 1837
	MIMETypes_TEXT_VND_DMCLIENTSCRIPT                                                                   MIMETypes = 1838
	MIMETypes_TEXT_VND_DVB_SUBTITLE                                                                     MIMETypes = 1839
	MIMETypes_TEXT_VND_ESMERTEC_THEME_DESCRIPTOR                                                        MIMETypes = 1840
	MIMETypes_TEXT_VND_FICLAB_FLT                                                                       MIMETypes = 1841
	MIMETypes_TEXT_VND_FLY                                                                              MIMETypes = 1842
	MIMETypes_TEXT_VND_FMI_FLEXSTOR                                                                     MIMETypes = 1843
	MIMETypes_TEXT_VND_GML                                                                              MIMETypes = 1844
	MIMETypes_TEXT_VND_GRAPHVIZ                                                                         MIMETypes = 1845
	MIMETypes_TEXT_VND_HGL                                                                              MIMETypes = 1846
	MIMETypes_TEXT_VND_IN3D_3DML                                                                        MIMETypes = 1847
	MIMETypes_TEXT_VND_IN3D_SPOT                                                                        MIMETypes = 1848
	MIMETypes_TEXT_VND_IPTC_NEWSML                                                                      MIMETypes = 1849
	MIMETypes_TEXT_VND_IPTC_NITF                                                                        MIMETypes = 1850
	MIMETypes_TEXT_VND_LATEX_Z                                                                          MIMETypes = 1851
	MIMETypes_TEXT_VND_MOTOROLA_REFLEX                                                                  MIMETypes = 1852
	MIMETypes_TEXT_VND_MS_MEDIAPACKAGE                                                                  MIMETypes = 1853
	MIMETypes_TEXT_VND_NET2PHONE_COMMCENTER_COMMAND                                                     MIMETypes = 1854
	MIMETypes_TEXT_VND_RADISYS_MSML_BASIC_LAYOUT                                                        MIMETypes = 1855
	MIMETypes_TEXT_VND_SENX_WARPSCRIPT                                                                  MIMETypes = 1856
	MIMETypes_TEXT_VND_SI_URICATALOGUE                                                                  MIMETypes = 1857
	MIMETypes_TEXT_VND_SOSI                                                                             MIMETypes = 1859
	MIMETypes_TEXT_VND_SUN_J2ME_APP_DESCRIPTOR                                                          MIMETypes = 1858
	MIMETypes_TEXT_VND_TROLLTECH_LINGUIST                                                               MIMETypes = 1860
	MIMETypes_TEXT_VND_WAP_SI                                                                           MIMETypes = 1861
	MIMETypes_TEXT_VND_WAP_SL                                                                           MIMETypes = 1862
	MIMETypes_TEXT_VND_WAP_WML                                                                          MIMETypes = 1863
	MIMETypes_TEXT_VND_WAP_WMLSCRIPT                                                                    MIMETypes = 1864
	MIMETypes_TEXT_VTT                                                                                  MIMETypes = 1865
	MIMETypes_TEXT_XML                                                                                  MIMETypes = 1866
	MIMETypes_TEXT_XML_EXTERNAL_PARSED_ENTITY                                                           MIMETypes = 1867
	MIMETypes_TEXT__STAR                                                                                MIMETypes = 1964
	MIMETypes_VIDEO_1D_INTERLEAVED_PARITYFEC                                                            MIMETypes = 1868
	MIMETypes_VIDEO_3GPP                                                                                MIMETypes = 1869
	MIMETypes_VIDEO_3GPP2                                                                               MIMETypes = 1870
	MIMETypes_VIDEO_3GPP_TT                                                                             MIMETypes = 1871
	MIMETypes_VIDEO_BMPEG                                                                               MIMETypes = 1872
	MIMETypes_VIDEO_BT656                                                                               MIMETypes = 1873
	MIMETypes_VIDEO_CELB                                                                                MIMETypes = 1874
	MIMETypes_VIDEO_DV                                                                                  MIMETypes = 1875
	MIMETypes_VIDEO_ENCAPRTP                                                                            MIMETypes = 1876
	MIMETypes_VIDEO_EXAMPLE                                                                             MIMETypes = 1877
	MIMETypes_VIDEO_FLEXFEC                                                                             MIMETypes = 1878
	MIMETypes_VIDEO_H261                                                                                MIMETypes = 1879
	MIMETypes_VIDEO_H263                                                                                MIMETypes = 1880
	MIMETypes_VIDEO_H263_1998                                                                           MIMETypes = 1881
	MIMETypes_VIDEO_H263_2000                                                                           MIMETypes = 1882
	MIMETypes_VIDEO_H264                                                                                MIMETypes = 1883
	MIMETypes_VIDEO_H264_RCDO                                                                           MIMETypes = 1884
	MIMETypes_VIDEO_H264_SVC                                                                            MIMETypes = 1885
	MIMETypes_VIDEO_H265                                                                                MIMETypes = 1886
	MIMETypes_VIDEO_ISO_SEGMENT                                                                         MIMETypes = 1887
	MIMETypes_VIDEO_JPEG                                                                                MIMETypes = 1888
	MIMETypes_VIDEO_JPEG2000                                                                            MIMETypes = 1889
	MIMETypes_VIDEO_MJ2                                                                                 MIMETypes = 1890
	MIMETypes_VIDEO_MP1S                                                                                MIMETypes = 1891
	MIMETypes_VIDEO_MP2P                                                                                MIMETypes = 1892
	MIMETypes_VIDEO_MP2T                                                                                MIMETypes = 1893
	MIMETypes_VIDEO_MP4                                                                                 MIMETypes = 22
	MIMETypes_VIDEO_MP4V_ES                                                                             MIMETypes = 1895
	MIMETypes_VIDEO_MPEG                                                                                MIMETypes = 1897
	MIMETypes_VIDEO_MPEG4_GENERIC                                                                       MIMETypes = 1898
	MIMETypes_VIDEO_MPV                                                                                 MIMETypes = 1896
	MIMETypes_VIDEO_NV                                                                                  MIMETypes = 1899
	MIMETypes_VIDEO_OGG                                                                                 MIMETypes = 1900
	MIMETypes_VIDEO_PARITYFEC                                                                           MIMETypes = 1901
	MIMETypes_VIDEO_POINTER                                                                             MIMETypes = 1902
	MIMETypes_VIDEO_QUICKTIME                                                                           MIMETypes = 1903
	MIMETypes_VIDEO_RAPTORFEC                                                                           MIMETypes = 1904
	MIMETypes_VIDEO_RAW                                                                                 MIMETypes = 1905
	MIMETypes_VIDEO_RTPLOOPBACK                                                                         MIMETypes = 1907
	MIMETypes_VIDEO_RTP_ENC_AESCM128                                                                    MIMETypes = 1906
	MIMETypes_VIDEO_RTX                                                                                 MIMETypes = 1908
	MIMETypes_VIDEO_SMPTE291                                                                            MIMETypes = 1909
	MIMETypes_VIDEO_SMPTE292M                                                                           MIMETypes = 1910
	MIMETypes_VIDEO_ULPFEC                                                                              MIMETypes = 1911
	MIMETypes_VIDEO_VC1                                                                                 MIMETypes = 1912
	MIMETypes_VIDEO_VC2                                                                                 MIMETypes = 1913
	MIMETypes_VIDEO_VND_CCTV                                                                            MIMETypes = 1914
	MIMETypes_VIDEO_VND_DECE_HD                                                                         MIMETypes = 1915
	MIMETypes_VIDEO_VND_DECE_MOBILE                                                                     MIMETypes = 1916
	MIMETypes_VIDEO_VND_DECE_MP4                                                                        MIMETypes = 1917
	MIMETypes_VIDEO_VND_DECE_PD                                                                         MIMETypes = 1918
	MIMETypes_VIDEO_VND_DECE_SD                                                                         MIMETypes = 1919
	MIMETypes_VIDEO_VND_DECE_VIDEO                                                                      MIMETypes = 1920
	MIMETypes_VIDEO_VND_DIRECTV_MPEG                                                                    MIMETypes = 1921
	MIMETypes_VIDEO_VND_DIRECTV_MPEG_TTS                                                                MIMETypes = 1922
	MIMETypes_VIDEO_VND_DLNA_MPEG_TTS                                                                   MIMETypes = 1923
	MIMETypes_VIDEO_VND_DVB_FILE                                                                        MIMETypes = 1924
	MIMETypes_VIDEO_VND_FVT                                                                             MIMETypes = 1925
	MIMETypes_VIDEO_VND_HNS_VIDEO                                                                       MIMETypes = 1926
	MIMETypes_VIDEO_VND_IPTVFORUM_1DPARITYFEC_1010                                                      MIMETypes = 1927
	MIMETypes_VIDEO_VND_IPTVFORUM_1DPARITYFEC_2005                                                      MIMETypes = 1928
	MIMETypes_VIDEO_VND_IPTVFORUM_2DPARITYFEC_1010                                                      MIMETypes = 1929
	MIMETypes_VIDEO_VND_IPTVFORUM_2DPARITYFEC_2005                                                      MIMETypes = 1930
	MIMETypes_VIDEO_VND_IPTVFORUM_TTSAVC                                                                MIMETypes = 1931
	MIMETypes_VIDEO_VND_IPTVFORUM_TTSMPEG2                                                              MIMETypes = 1932
	MIMETypes_VIDEO_VND_MOTOROLA_VIDEO                                                                  MIMETypes = 1933
	MIMETypes_VIDEO_VND_MOTOROLA_VIDEOP                                                                 MIMETypes = 1934
	MIMETypes_VIDEO_VND_MPEGURL                                                                         MIMETypes = 1935
	MIMETypes_VIDEO_VND_MS_PLAYREADY_MEDIA_PYV                                                          MIMETypes = 1936
	MIMETypes_VIDEO_VND_NOKIA_INTERLEAVED_MULTIMEDIA                                                    MIMETypes = 1937
	MIMETypes_VIDEO_VND_NOKIA_MP4VR                                                                     MIMETypes = 1938
	MIMETypes_VIDEO_VND_NOKIA_VIDEOVOIP                                                                 MIMETypes = 1939
	MIMETypes_VIDEO_VND_OBJECTVIDEO                                                                     MIMETypes = 1940
	MIMETypes_VIDEO_VND_RADGAMETTOOLS_BINK                                                              MIMETypes = 1941
	MIMETypes_VIDEO_VND_RADGAMETTOOLS_SMACKER                                                           MIMETypes = 1942
	MIMETypes_VIDEO_VND_SEALEDMEDIA_SOFTSEAL_MOV                                                        MIMETypes = 1946
	MIMETypes_VIDEO_VND_SEALED_MPEG1                                                                    MIMETypes = 1943
	MIMETypes_VIDEO_VND_SEALED_MPEG4                                                                    MIMETypes = 1944
	MIMETypes_VIDEO_VND_SEALED_SWF                                                                      MIMETypes = 1945
	MIMETypes_VIDEO_VND_UVVU_MP4                                                                        MIMETypes = 1947
	MIMETypes_VIDEO_VND_VIVO                                                                            MIMETypes = 1949
	MIMETypes_VIDEO_VND_YOUTUBE_YT                                                                      MIMETypes = 1948
	MIMETypes_VIDEO_VP8                                                                                 MIMETypes = 1950
	MIMETypes_VIDEO__STAR                                                                               MIMETypes = 1965
)

func (MIMETypes) EnumDescriptor

func (MIMETypes) EnumDescriptor() ([]byte, []int)

func (MIMETypes) String

func (x MIMETypes) String() string

type Method

type Method int32
const (
	Method_UNUSED_METHOD Method = 0
	Method_GET           Method = 1
	Method_HEAD          Method = 2
	Method_POST          Method = 3
	Method_PUT           Method = 4
	Method_DELETE        Method = 5
	Method_CONNECT       Method = 6
	Method_OPTIONS       Method = 7
	Method_TRACE         Method = 8
)

func (Method) EnumDescriptor

func (Method) EnumDescriptor() ([]byte, []int)

func (Method) String

func (x Method) String() string

type Node

type Node struct {
	Children []*Node  `protobuf:"bytes,1,rep,name=children,proto3" json:"children,omitempty"`
	Type     NodeType `protobuf:"varint,2,opt,name=type,proto3,enum=web.NodeType" json:"type,omitempty"`
	// Types that are valid to be assigned to Data:
	//	*Node_String_
	Data                 isNode_Data  `protobuf_oneof:"data"`
	Attributes           []*Attribute `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Node) Descriptor

func (*Node) Descriptor() ([]byte, []int)

func (*Node) GetAttributes

func (m *Node) GetAttributes() []*Attribute

func (*Node) GetChildren

func (m *Node) GetChildren() []*Node

func (*Node) GetData

func (m *Node) GetData() isNode_Data

func (*Node) GetString_

func (m *Node) GetString_() string

func (*Node) GetType

func (m *Node) GetType() NodeType

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Node) XXX_Merge

func (m *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_OneofWrappers

func (*Node) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

func (m *Node) XXX_Unmarshal(b []byte) error

type NodeType

type NodeType int32
const (
	NodeType_NODE_TYPE_UNSPECIFIED NodeType = 0
	NodeType_TEXT_NODE             NodeType = 1
	NodeType_DOCUMENT_NODE         NodeType = 2
	NodeType_ELEMENT_NODE          NodeType = 3
	NodeType_COMMENT_NODE          NodeType = 4
	NodeType_DOCTYPE_NODE          NodeType = 5
)

func (NodeType) EnumDescriptor

func (NodeType) EnumDescriptor() ([]byte, []int)

func (NodeType) String

func (x NodeType) String() string

type Node_String_

type Node_String_ struct {
	String_ string `protobuf:"bytes,4,opt,name=string,proto3,oneof"`
}

type Request

type Request struct {
	Method Method `protobuf:"varint,1,opt,name=method,proto3,enum=web.Method" json:"method,omitempty"`
	// Types that are valid to be assigned to URI:
	//	*Request_UriString
	//	*Request_Wildcard
	URI                  isRequest_URI   `protobuf_oneof:"URI"`
	Query                []*KeyValue     `protobuf:"bytes,4,rep,name=query,proto3" json:"query,omitempty"`
	Header               *RequestHeaders `protobuf:"bytes,5,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func Req2Proto

func Req2Proto(req *http.Request) (*Request, error)

Req2Proto converts an http.Request into a Request protobuffer or returns an error.

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetHeader

func (m *Request) GetHeader() *RequestHeaders

func (*Request) GetMethod

func (m *Request) GetMethod() Method

func (*Request) GetQuery

func (m *Request) GetQuery() []*KeyValue

func (*Request) GetURI

func (m *Request) GetURI() isRequest_URI

func (*Request) GetUriString

func (m *Request) GetUriString() string

func (*Request) GetWildcard

func (m *Request) GetWildcard() bool

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (m *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_OneofWrappers

func (*Request) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

type RequestHeaders

type RequestHeaders struct {
	Accept                     *RequestHeaders_AcceptHeaders `protobuf:"bytes,1,opt,name=accept,proto3" json:"accept,omitempty"`
	AcceptLanguage             string                        `protobuf:"bytes,5,opt,name=accept_language,json=acceptLanguage,proto3" json:"accept_language,omitempty"`
	AccessControlRequestMethod Method                        `` /* 160-byte string literal not displayed */
	// TODO: headers here are just names, no values
	AccessControlRequestHeaders *RequestHeaders      `` /* 146-byte string literal not displayed */
	Authorization               string               `protobuf:"bytes,8,opt,name=authorization,proto3" json:"authorization,omitempty"`
	CacheControl                *CacheControlRequest `protobuf:"bytes,32,opt,name=cache_control,json=cacheControl,proto3" json:"cache_control,omitempty"`
	Expect                      string               `protobuf:"bytes,9,opt,name=expect,proto3" json:"expect,omitempty"`
	Forwarded                   []*KeyValue          `protobuf:"bytes,10,rep,name=forwarded,proto3" json:"forwarded,omitempty"`
	From                        string               `protobuf:"bytes,11,opt,name=from,proto3" json:"from,omitempty"`
	Host                        string               `protobuf:"bytes,12,opt,name=host,proto3" json:"host,omitempty"`
	Http2Settings               string               `protobuf:"bytes,13,opt,name=http2_settings,json=http2Settings,proto3" json:"http2_settings,omitempty"`
	IfMatch                     string               `protobuf:"bytes,14,opt,name=if_match,json=ifMatch,proto3" json:"if_match,omitempty"`
	IfModifiedSince             *timestamp.Timestamp `protobuf:"bytes,15,opt,name=if_modified_since,json=ifModifiedSince,proto3" json:"if_modified_since,omitempty"`
	IfNoneMatch                 []string             `protobuf:"bytes,16,rep,name=if_none_match,json=ifNoneMatch,proto3" json:"if_none_match,omitempty"`
	IfRange                     string               `protobuf:"bytes,17,opt,name=if_range,json=ifRange,proto3" json:"if_range,omitempty"`
	IfUnmodifiedSince           *timestamp.Timestamp `protobuf:"bytes,18,opt,name=if_unmodified_since,json=ifUnmodifiedSince,proto3" json:"if_unmodified_since,omitempty"`
	MaxForwards                 uint64               `protobuf:"varint,19,opt,name=max_forwards,json=maxForwards,proto3" json:"max_forwards,omitempty"`
	Origin                      string               `protobuf:"bytes,20,opt,name=origin,proto3" json:"origin,omitempty"`
	Pragma                      string               `protobuf:"bytes,21,opt,name=pragma,proto3" json:"pragma,omitempty"`
	ProxyAuthorization          string               `protobuf:"bytes,22,opt,name=proxy_authorization,json=proxyAuthorization,proto3" json:"proxy_authorization,omitempty"`
	// Types that are valid to be assigned to Range:
	//	*RequestHeaders_Bytes
	Range                isRequestHeaders_Range                  `protobuf_oneof:"Range"`
	Referer              string                                  `protobuf:"bytes,24,opt,name=referer,proto3" json:"referer,omitempty"`
	Te                   []RequestHeaders_TransferEncodingsValue `protobuf:"varint,25,rep,packed,name=te,proto3,enum=web.RequestHeaders_TransferEncodingsValue" json:"te,omitempty"`
	UserAgent            string                                  `protobuf:"bytes,26,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Via                  []string                                `protobuf:"bytes,27,rep,name=via,proto3" json:"via,omitempty"`
	Warning              string                                  `protobuf:"bytes,28,opt,name=warning,proto3" json:"warning,omitempty"`
	XRequestedWith       RequestHeaders_XRequestedWithValue      `` /* 151-byte string literal not displayed */
	Dnt                  RequestHeaders_DNTValue                 `protobuf:"varint,30,opt,name=dnt,proto3,enum=web.RequestHeaders_DNTValue" json:"dnt,omitempty"`
	Other                []*KeyValue                             `protobuf:"bytes,31,rep,name=other,proto3" json:"other,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*RequestHeaders) Descriptor

func (*RequestHeaders) Descriptor() ([]byte, []int)

func (*RequestHeaders) GetAccept

func (*RequestHeaders) GetAcceptLanguage

func (m *RequestHeaders) GetAcceptLanguage() string

func (*RequestHeaders) GetAccessControlRequestHeaders

func (m *RequestHeaders) GetAccessControlRequestHeaders() *RequestHeaders

func (*RequestHeaders) GetAccessControlRequestMethod

func (m *RequestHeaders) GetAccessControlRequestMethod() Method

func (*RequestHeaders) GetAuthorization

func (m *RequestHeaders) GetAuthorization() string

func (*RequestHeaders) GetBytes

func (*RequestHeaders) GetCacheControl

func (m *RequestHeaders) GetCacheControl() *CacheControlRequest

func (*RequestHeaders) GetDnt

func (*RequestHeaders) GetExpect

func (m *RequestHeaders) GetExpect() string

func (*RequestHeaders) GetForwarded

func (m *RequestHeaders) GetForwarded() []*KeyValue

func (*RequestHeaders) GetFrom

func (m *RequestHeaders) GetFrom() string

func (*RequestHeaders) GetHost

func (m *RequestHeaders) GetHost() string

func (*RequestHeaders) GetHttp2Settings

func (m *RequestHeaders) GetHttp2Settings() string

func (*RequestHeaders) GetIfMatch

func (m *RequestHeaders) GetIfMatch() string

func (*RequestHeaders) GetIfModifiedSince

func (m *RequestHeaders) GetIfModifiedSince() *timestamp.Timestamp

func (*RequestHeaders) GetIfNoneMatch

func (m *RequestHeaders) GetIfNoneMatch() []string

func (*RequestHeaders) GetIfRange

func (m *RequestHeaders) GetIfRange() string

func (*RequestHeaders) GetIfUnmodifiedSince

func (m *RequestHeaders) GetIfUnmodifiedSince() *timestamp.Timestamp

func (*RequestHeaders) GetMaxForwards

func (m *RequestHeaders) GetMaxForwards() uint64

func (*RequestHeaders) GetOrigin

func (m *RequestHeaders) GetOrigin() string

func (*RequestHeaders) GetOther

func (m *RequestHeaders) GetOther() []*KeyValue

func (*RequestHeaders) GetPragma

func (m *RequestHeaders) GetPragma() string

func (*RequestHeaders) GetProxyAuthorization

func (m *RequestHeaders) GetProxyAuthorization() string

func (*RequestHeaders) GetRange

func (m *RequestHeaders) GetRange() isRequestHeaders_Range

func (*RequestHeaders) GetReferer

func (m *RequestHeaders) GetReferer() string

func (*RequestHeaders) GetTe

func (*RequestHeaders) GetUserAgent

func (m *RequestHeaders) GetUserAgent() string

func (*RequestHeaders) GetVia

func (m *RequestHeaders) GetVia() []string

func (*RequestHeaders) GetWarning

func (m *RequestHeaders) GetWarning() string

func (*RequestHeaders) GetXRequestedWith

func (m *RequestHeaders) GetXRequestedWith() RequestHeaders_XRequestedWithValue

func (*RequestHeaders) ProtoMessage

func (*RequestHeaders) ProtoMessage()

func (*RequestHeaders) Reset

func (m *RequestHeaders) Reset()

func (*RequestHeaders) String

func (m *RequestHeaders) String() string

func (*RequestHeaders) XXX_DiscardUnknown

func (m *RequestHeaders) XXX_DiscardUnknown()

func (*RequestHeaders) XXX_Marshal

func (m *RequestHeaders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestHeaders) XXX_Merge

func (m *RequestHeaders) XXX_Merge(src proto.Message)

func (*RequestHeaders) XXX_OneofWrappers

func (*RequestHeaders) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RequestHeaders) XXX_Size

func (m *RequestHeaders) XXX_Size() int

func (*RequestHeaders) XXX_Unmarshal

func (m *RequestHeaders) XXX_Unmarshal(b []byte) error

type RequestHeaders_AcceptHeaders

type RequestHeaders_AcceptHeaders struct {
	ContentTypes         []*RequestHeaders_AcceptHeaders_ContentType `protobuf:"bytes,1,rep,name=content_types,json=contentTypes,proto3" json:"content_types,omitempty"`
	Encoding             []*RequestHeaders_AcceptHeaders_Encoding    `protobuf:"bytes,2,rep,name=encoding,proto3" json:"encoding,omitempty"`
	Datetime             *timestamp.Timestamp                        `protobuf:"bytes,3,opt,name=datetime,proto3" json:"datetime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*RequestHeaders_AcceptHeaders) Descriptor

func (*RequestHeaders_AcceptHeaders) Descriptor() ([]byte, []int)

func (*RequestHeaders_AcceptHeaders) GetContentTypes

func (*RequestHeaders_AcceptHeaders) GetDatetime

func (*RequestHeaders_AcceptHeaders) GetEncoding

func (*RequestHeaders_AcceptHeaders) ProtoMessage

func (*RequestHeaders_AcceptHeaders) ProtoMessage()

func (*RequestHeaders_AcceptHeaders) Reset

func (m *RequestHeaders_AcceptHeaders) Reset()

func (*RequestHeaders_AcceptHeaders) String

func (*RequestHeaders_AcceptHeaders) XXX_DiscardUnknown

func (m *RequestHeaders_AcceptHeaders) XXX_DiscardUnknown()

func (*RequestHeaders_AcceptHeaders) XXX_Marshal

func (m *RequestHeaders_AcceptHeaders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestHeaders_AcceptHeaders) XXX_Merge

func (m *RequestHeaders_AcceptHeaders) XXX_Merge(src proto.Message)

func (*RequestHeaders_AcceptHeaders) XXX_Size

func (m *RequestHeaders_AcceptHeaders) XXX_Size() int

func (*RequestHeaders_AcceptHeaders) XXX_Unmarshal

func (m *RequestHeaders_AcceptHeaders) XXX_Unmarshal(b []byte) error

type RequestHeaders_AcceptHeaders_ContentType

type RequestHeaders_AcceptHeaders_ContentType struct {
	// Types that are valid to be assigned to ContentType:
	//	*RequestHeaders_AcceptHeaders_ContentType_Type
	//	*RequestHeaders_AcceptHeaders_ContentType_AllTypes
	ContentType          isRequestHeaders_AcceptHeaders_ContentType_ContentType `protobuf_oneof:"content_type"`
	Q                    float32                                                `protobuf:"fixed32,3,opt,name=q,proto3" json:"q,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*RequestHeaders_AcceptHeaders_ContentType) Descriptor

func (*RequestHeaders_AcceptHeaders_ContentType) Descriptor() ([]byte, []int)

func (*RequestHeaders_AcceptHeaders_ContentType) GetAllTypes

func (*RequestHeaders_AcceptHeaders_ContentType) GetContentType

func (m *RequestHeaders_AcceptHeaders_ContentType) GetContentType() isRequestHeaders_AcceptHeaders_ContentType_ContentType

func (*RequestHeaders_AcceptHeaders_ContentType) GetQ

func (*RequestHeaders_AcceptHeaders_ContentType) GetType

func (*RequestHeaders_AcceptHeaders_ContentType) ProtoMessage

func (*RequestHeaders_AcceptHeaders_ContentType) Reset

func (*RequestHeaders_AcceptHeaders_ContentType) String

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_DiscardUnknown

func (m *RequestHeaders_AcceptHeaders_ContentType) XXX_DiscardUnknown()

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_Marshal

func (m *RequestHeaders_AcceptHeaders_ContentType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_Merge

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_OneofWrappers

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_Size

func (*RequestHeaders_AcceptHeaders_ContentType) XXX_Unmarshal

func (m *RequestHeaders_AcceptHeaders_ContentType) XXX_Unmarshal(b []byte) error

type RequestHeaders_AcceptHeaders_ContentType_AllTypes

type RequestHeaders_AcceptHeaders_ContentType_AllTypes struct {
	AllTypes bool `protobuf:"varint,2,opt,name=all_types,json=allTypes,proto3,oneof"`
}

type RequestHeaders_AcceptHeaders_ContentType_Type

type RequestHeaders_AcceptHeaders_ContentType_Type struct {
	Type *MIMEType `protobuf:"bytes,1,opt,name=type,proto3,oneof"`
}

type RequestHeaders_AcceptHeaders_Encoding

type RequestHeaders_AcceptHeaders_Encoding struct {
	// Types that are valid to be assigned to Encoding:
	//	*RequestHeaders_AcceptHeaders_Encoding_Value
	//	*RequestHeaders_AcceptHeaders_Encoding_Wildcard
	Encoding             isRequestHeaders_AcceptHeaders_Encoding_Encoding `protobuf_oneof:"encoding"`
	Q                    float32                                          `protobuf:"fixed32,3,opt,name=q,proto3" json:"q,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*RequestHeaders_AcceptHeaders_Encoding) Descriptor

func (*RequestHeaders_AcceptHeaders_Encoding) Descriptor() ([]byte, []int)

func (*RequestHeaders_AcceptHeaders_Encoding) GetEncoding

func (m *RequestHeaders_AcceptHeaders_Encoding) GetEncoding() isRequestHeaders_AcceptHeaders_Encoding_Encoding

func (*RequestHeaders_AcceptHeaders_Encoding) GetQ

func (*RequestHeaders_AcceptHeaders_Encoding) GetValue

func (*RequestHeaders_AcceptHeaders_Encoding) GetWildcard

func (*RequestHeaders_AcceptHeaders_Encoding) ProtoMessage

func (*RequestHeaders_AcceptHeaders_Encoding) ProtoMessage()

func (*RequestHeaders_AcceptHeaders_Encoding) Reset

func (*RequestHeaders_AcceptHeaders_Encoding) String

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_DiscardUnknown

func (m *RequestHeaders_AcceptHeaders_Encoding) XXX_DiscardUnknown()

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_Marshal

func (m *RequestHeaders_AcceptHeaders_Encoding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_Merge

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_OneofWrappers

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_Size

func (*RequestHeaders_AcceptHeaders_Encoding) XXX_Unmarshal

func (m *RequestHeaders_AcceptHeaders_Encoding) XXX_Unmarshal(b []byte) error

type RequestHeaders_AcceptHeaders_Encoding_Value

type RequestHeaders_AcceptHeaders_Encoding_Value struct {
	Value Encodings `protobuf:"varint,1,opt,name=value,proto3,enum=web.Encodings,oneof"`
}

type RequestHeaders_AcceptHeaders_Encoding_Wildcard

type RequestHeaders_AcceptHeaders_Encoding_Wildcard struct {
	Wildcard bool `protobuf:"varint,2,opt,name=wildcard,proto3,oneof"`
}

type RequestHeaders_ByteRange

type RequestHeaders_ByteRange struct {
	Start                uint64   `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End                  uint64   `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestHeaders_ByteRange) Descriptor

func (*RequestHeaders_ByteRange) Descriptor() ([]byte, []int)

func (*RequestHeaders_ByteRange) GetEnd

func (m *RequestHeaders_ByteRange) GetEnd() uint64

func (*RequestHeaders_ByteRange) GetStart

func (m *RequestHeaders_ByteRange) GetStart() uint64

func (*RequestHeaders_ByteRange) ProtoMessage

func (*RequestHeaders_ByteRange) ProtoMessage()

func (*RequestHeaders_ByteRange) Reset

func (m *RequestHeaders_ByteRange) Reset()

func (*RequestHeaders_ByteRange) String

func (m *RequestHeaders_ByteRange) String() string

func (*RequestHeaders_ByteRange) XXX_DiscardUnknown

func (m *RequestHeaders_ByteRange) XXX_DiscardUnknown()

func (*RequestHeaders_ByteRange) XXX_Marshal

func (m *RequestHeaders_ByteRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestHeaders_ByteRange) XXX_Merge

func (m *RequestHeaders_ByteRange) XXX_Merge(src proto.Message)

func (*RequestHeaders_ByteRange) XXX_Size

func (m *RequestHeaders_ByteRange) XXX_Size() int

func (*RequestHeaders_ByteRange) XXX_Unmarshal

func (m *RequestHeaders_ByteRange) XXX_Unmarshal(b []byte) error

type RequestHeaders_Bytes

type RequestHeaders_Bytes struct {
	Bytes *RequestHeaders_ByteRange `protobuf:"bytes,23,opt,name=bytes,proto3,oneof"`
}

type RequestHeaders_DNTValue

type RequestHeaders_DNTValue int32
const (
	RequestHeaders_UNUSED_DNT_VALUE RequestHeaders_DNTValue = 0
	RequestHeaders_DISABLED         RequestHeaders_DNTValue = 1
	RequestHeaders_ENABLED          RequestHeaders_DNTValue = 2
)

func (RequestHeaders_DNTValue) EnumDescriptor

func (RequestHeaders_DNTValue) EnumDescriptor() ([]byte, []int)

func (RequestHeaders_DNTValue) String

func (x RequestHeaders_DNTValue) String() string

type RequestHeaders_TransferEncodingsValue

type RequestHeaders_TransferEncodingsValue int32
const (
	RequestHeaders_UNUSED_TRANSFER_ENCODINGS_VALUE RequestHeaders_TransferEncodingsValue = 0
	RequestHeaders_TRAILERS                        RequestHeaders_TransferEncodingsValue = 1
)

func (RequestHeaders_TransferEncodingsValue) EnumDescriptor

func (RequestHeaders_TransferEncodingsValue) EnumDescriptor() ([]byte, []int)

func (RequestHeaders_TransferEncodingsValue) String

type RequestHeaders_XRequestedWithValue

type RequestHeaders_XRequestedWithValue int32
const (
	RequestHeaders_UNUSED_X_REQUESTED_WITH_VALUE RequestHeaders_XRequestedWithValue = 0
	RequestHeaders_XMLHTTPREQUEST                RequestHeaders_XRequestedWithValue = 1
)

func (RequestHeaders_XRequestedWithValue) EnumDescriptor

func (RequestHeaders_XRequestedWithValue) EnumDescriptor() ([]byte, []int)

func (RequestHeaders_XRequestedWithValue) String

type Request_UriString

type Request_UriString struct {
	UriString string `protobuf:"bytes,2,opt,name=uri_string,json=uriString,proto3,oneof"`
}

type Request_Wildcard

type Request_Wildcard struct {
	Wildcard bool `protobuf:"varint,3,opt,name=wildcard,proto3,oneof"`
}

type Response

type Response struct {
	Status StatusCodes `protobuf:"varint,1,opt,name=status,proto3,enum=web.StatusCodes" json:"status,omitempty"`
	// message Headers
	Header               *Response_Headers `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"`
	Body                 []byte            `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func Resp2Proto

func Resp2Proto(resp *http.Response) (*Response, error)

Resp2Proto converts an http.Response into a Response protobuffer or returns an error.

func (*Response) Descriptor

func (*Response) Descriptor() ([]byte, []int)

func (*Response) GetBody

func (m *Response) GetBody() []byte

func (*Response) GetHeader

func (m *Response) GetHeader() *Response_Headers

func (*Response) GetStatus

func (m *Response) GetStatus() StatusCodes

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (m *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

type Response_Headers

type Response_Headers struct {
	// Types that are valid to be assigned to AccessControlAllowOrigin:
	//	*Response_Headers_AccessControlAllowOriginOrigins
	//	*Response_Headers_AccessControlAllowOriginAll
	AccessControlAllowOrigin      isResponse_Headers_AccessControlAllowOrigin         `protobuf_oneof:"AccessControlAllowOrigin"`
	AccessControlAllowCredentials Response_Headers_AccessControlAllowCredentialsValue `` /* 214-byte string literal not displayed */
	AccessControlExposeHeaders    []string                                            `` /* 143-byte string literal not displayed */
	// Types that are valid to be assigned to Alt_Svc:
	//	*Response_Headers_Service
	//	*Response_Headers_AltSvcClear
	Alt_Svc      isResponse_Headers_Alt_Svc `protobuf_oneof:"Alt_Svc"`
	CacheControl *CacheControlResponse      `protobuf:"bytes,18,opt,name=cache_control,json=cacheControl,proto3" json:"cache_control,omitempty"`
	ContentType  *MIMEType                  `protobuf:"bytes,7,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Date         *timestamp.Timestamp       `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"`
	// Types that are valid to be assigned to Expires:
	//	*Response_Headers_ExpiresDate
	//	*Response_Headers_ExpiresAlready
	Expires isResponse_Headers_Expires `protobuf_oneof:"Expires"`
	Server  string                     `protobuf:"bytes,11,opt,name=server,proto3" json:"server,omitempty"`
	// Types that are valid to be assigned to Vary:
	//	*Response_Headers_VaryHeaders
	//	*Response_Headers_VaryAll
	Vary                 isResponse_Headers_Vary              `protobuf_oneof:"Vary"`
	XFrameOptions        Response_Headers_XFrameOptionsValue  `` /* 149-byte string literal not displayed */
	XXssProtection       string                               `protobuf:"bytes,15,opt,name=x_xss_protection,json=xXssProtection,proto3" json:"x_xss_protection,omitempty"`
	SetCookie            []*Response_Headers_SetCookieMessage `protobuf:"bytes,14,rep,name=set_cookie,json=setCookie,proto3" json:"set_cookie,omitempty"`
	Other                []*KeyValue                          `protobuf:"bytes,17,rep,name=other,proto3" json:"other,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*Response_Headers) Descriptor

func (*Response_Headers) Descriptor() ([]byte, []int)

func (*Response_Headers) GetAccessControlAllowCredentials

func (m *Response_Headers) GetAccessControlAllowCredentials() Response_Headers_AccessControlAllowCredentialsValue

func (*Response_Headers) GetAccessControlAllowOrigin

func (m *Response_Headers) GetAccessControlAllowOrigin() isResponse_Headers_AccessControlAllowOrigin

func (*Response_Headers) GetAccessControlAllowOriginAll

func (m *Response_Headers) GetAccessControlAllowOriginAll() bool

func (*Response_Headers) GetAccessControlAllowOriginOrigins

func (m *Response_Headers) GetAccessControlAllowOriginOrigins() *StringList

func (*Response_Headers) GetAccessControlExposeHeaders

func (m *Response_Headers) GetAccessControlExposeHeaders() []string

func (*Response_Headers) GetAltSvcClear

func (m *Response_Headers) GetAltSvcClear() bool

func (*Response_Headers) GetAlt_Svc

func (m *Response_Headers) GetAlt_Svc() isResponse_Headers_Alt_Svc

func (*Response_Headers) GetCacheControl

func (m *Response_Headers) GetCacheControl() *CacheControlResponse

func (*Response_Headers) GetContentType

func (m *Response_Headers) GetContentType() *MIMEType

func (*Response_Headers) GetDate

func (m *Response_Headers) GetDate() *timestamp.Timestamp

func (*Response_Headers) GetExpires

func (m *Response_Headers) GetExpires() isResponse_Headers_Expires

func (*Response_Headers) GetExpiresAlready

func (m *Response_Headers) GetExpiresAlready() bool

func (*Response_Headers) GetExpiresDate

func (m *Response_Headers) GetExpiresDate() *timestamp.Timestamp

func (*Response_Headers) GetOther

func (m *Response_Headers) GetOther() []*KeyValue

func (*Response_Headers) GetServer

func (m *Response_Headers) GetServer() string

func (*Response_Headers) GetService

func (*Response_Headers) GetSetCookie

func (*Response_Headers) GetVary

func (m *Response_Headers) GetVary() isResponse_Headers_Vary

func (*Response_Headers) GetVaryAll

func (m *Response_Headers) GetVaryAll() bool

func (*Response_Headers) GetVaryHeaders

func (m *Response_Headers) GetVaryHeaders() *StringList

func (*Response_Headers) GetXFrameOptions

func (*Response_Headers) GetXXssProtection

func (m *Response_Headers) GetXXssProtection() string

func (*Response_Headers) ProtoMessage

func (*Response_Headers) ProtoMessage()

func (*Response_Headers) Reset

func (m *Response_Headers) Reset()

func (*Response_Headers) String

func (m *Response_Headers) String() string

func (*Response_Headers) XXX_DiscardUnknown

func (m *Response_Headers) XXX_DiscardUnknown()

func (*Response_Headers) XXX_Marshal

func (m *Response_Headers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response_Headers) XXX_Merge

func (m *Response_Headers) XXX_Merge(src proto.Message)

func (*Response_Headers) XXX_OneofWrappers

func (*Response_Headers) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Response_Headers) XXX_Size

func (m *Response_Headers) XXX_Size() int

func (*Response_Headers) XXX_Unmarshal

func (m *Response_Headers) XXX_Unmarshal(b []byte) error

type Response_Headers_AccessControlAllowCredentialsValue

type Response_Headers_AccessControlAllowCredentialsValue int32
const (
	Response_Headers_UNUSED_ACCESS_CONTROL_ALLOW_CREDENTIALS_VALUE Response_Headers_AccessControlAllowCredentialsValue = 0
	Response_Headers_FALSE                                         Response_Headers_AccessControlAllowCredentialsValue = 1
	Response_Headers_TRUE                                          Response_Headers_AccessControlAllowCredentialsValue = 2
)

func (Response_Headers_AccessControlAllowCredentialsValue) EnumDescriptor

func (Response_Headers_AccessControlAllowCredentialsValue) String

type Response_Headers_AccessControlAllowOriginAll

type Response_Headers_AccessControlAllowOriginAll struct {
	AccessControlAllowOriginAll bool `protobuf:"varint,2,opt,name=access_control_allow_origin_all,json=accessControlAllowOriginAll,proto3,oneof"`
}

type Response_Headers_AccessControlAllowOriginOrigins

type Response_Headers_AccessControlAllowOriginOrigins struct {
	AccessControlAllowOriginOrigins *StringList `protobuf:"bytes,1,opt,name=access_control_allow_origin_origins,json=accessControlAllowOriginOrigins,proto3,oneof"`
}

type Response_Headers_AltSvcClear

type Response_Headers_AltSvcClear struct {
	AltSvcClear bool `protobuf:"varint,6,opt,name=alt_svc_clear,json=altSvcClear,proto3,oneof"`
}

type Response_Headers_AltSvcMessage

type Response_Headers_AltSvcMessage struct {
	Services             []*Response_Headers_AltSvcMessage_Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	MaxAge               uint64                                    `protobuf:"varint,2,opt,name=max_age,json=maxAge,proto3" json:"max_age,omitempty"`
	Persist              bool                                      `protobuf:"varint,3,opt,name=persist,proto3" json:"persist,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*Response_Headers_AltSvcMessage) Descriptor

func (*Response_Headers_AltSvcMessage) Descriptor() ([]byte, []int)

func (*Response_Headers_AltSvcMessage) GetMaxAge

func (m *Response_Headers_AltSvcMessage) GetMaxAge() uint64

func (*Response_Headers_AltSvcMessage) GetPersist

func (m *Response_Headers_AltSvcMessage) GetPersist() bool

func (*Response_Headers_AltSvcMessage) GetServices

func (*Response_Headers_AltSvcMessage) ProtoMessage

func (*Response_Headers_AltSvcMessage) ProtoMessage()

func (*Response_Headers_AltSvcMessage) Reset

func (m *Response_Headers_AltSvcMessage) Reset()

func (*Response_Headers_AltSvcMessage) String

func (*Response_Headers_AltSvcMessage) XXX_DiscardUnknown

func (m *Response_Headers_AltSvcMessage) XXX_DiscardUnknown()

func (*Response_Headers_AltSvcMessage) XXX_Marshal

func (m *Response_Headers_AltSvcMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response_Headers_AltSvcMessage) XXX_Merge

func (m *Response_Headers_AltSvcMessage) XXX_Merge(src proto.Message)

func (*Response_Headers_AltSvcMessage) XXX_Size

func (m *Response_Headers_AltSvcMessage) XXX_Size() int

func (*Response_Headers_AltSvcMessage) XXX_Unmarshal

func (m *Response_Headers_AltSvcMessage) XXX_Unmarshal(b []byte) error

type Response_Headers_AltSvcMessage_Service

type Response_Headers_AltSvcMessage_Service struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	HostName             string   `protobuf:"bytes,2,opt,name=host_name,json=hostName,proto3" json:"host_name,omitempty"`
	Port                 uint32   `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Response_Headers_AltSvcMessage_Service) Descriptor

func (*Response_Headers_AltSvcMessage_Service) Descriptor() ([]byte, []int)

func (*Response_Headers_AltSvcMessage_Service) GetHostName

func (*Response_Headers_AltSvcMessage_Service) GetName

func (*Response_Headers_AltSvcMessage_Service) GetPort

func (*Response_Headers_AltSvcMessage_Service) ProtoMessage

func (*Response_Headers_AltSvcMessage_Service) Reset

func (*Response_Headers_AltSvcMessage_Service) String

func (*Response_Headers_AltSvcMessage_Service) XXX_DiscardUnknown

func (m *Response_Headers_AltSvcMessage_Service) XXX_DiscardUnknown()

func (*Response_Headers_AltSvcMessage_Service) XXX_Marshal

func (m *Response_Headers_AltSvcMessage_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response_Headers_AltSvcMessage_Service) XXX_Merge

func (*Response_Headers_AltSvcMessage_Service) XXX_Size

func (*Response_Headers_AltSvcMessage_Service) XXX_Unmarshal

func (m *Response_Headers_AltSvcMessage_Service) XXX_Unmarshal(b []byte) error

type Response_Headers_ExpiresAlready

type Response_Headers_ExpiresAlready struct {
	ExpiresAlready bool `protobuf:"varint,10,opt,name=expires_already,json=expiresAlready,proto3,oneof"`
}

type Response_Headers_ExpiresDate

type Response_Headers_ExpiresDate struct {
	ExpiresDate *timestamp.Timestamp `protobuf:"bytes,9,opt,name=expires_date,json=expiresDate,proto3,oneof"`
}

type Response_Headers_Service

type Response_Headers_Service struct {
	Service *Response_Headers_AltSvcMessage `protobuf:"bytes,5,opt,name=service,proto3,oneof"`
}

type Response_Headers_SetCookieMessage

type Response_Headers_SetCookieMessage struct {
	Name                 string                                          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string                                          `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Expires              *timestamp.Timestamp                            `protobuf:"bytes,3,opt,name=expires,proto3" json:"expires,omitempty"`
	MaxAge               int64                                           `protobuf:"varint,4,opt,name=max_age,json=maxAge,proto3" json:"max_age,omitempty"`
	Domain               string                                          `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	Path                 string                                          `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Secure               bool                                            `protobuf:"varint,7,opt,name=secure,proto3" json:"secure,omitempty"`
	HttpOnly             bool                                            `protobuf:"varint,8,opt,name=http_only,json=httpOnly,proto3" json:"http_only,omitempty"`
	Samesite             Response_Headers_SetCookieMessage_SameSiteValue `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*Response_Headers_SetCookieMessage) Descriptor

func (*Response_Headers_SetCookieMessage) Descriptor() ([]byte, []int)

func (*Response_Headers_SetCookieMessage) GetDomain

func (*Response_Headers_SetCookieMessage) GetExpires

func (*Response_Headers_SetCookieMessage) GetHttpOnly

func (m *Response_Headers_SetCookieMessage) GetHttpOnly() bool

func (*Response_Headers_SetCookieMessage) GetMaxAge

func (*Response_Headers_SetCookieMessage) GetName

func (*Response_Headers_SetCookieMessage) GetPath

func (*Response_Headers_SetCookieMessage) GetSamesite

func (*Response_Headers_SetCookieMessage) GetSecure

func (m *Response_Headers_SetCookieMessage) GetSecure() bool

func (*Response_Headers_SetCookieMessage) GetValue

func (*Response_Headers_SetCookieMessage) ProtoMessage

func (*Response_Headers_SetCookieMessage) ProtoMessage()

func (*Response_Headers_SetCookieMessage) Reset

func (*Response_Headers_SetCookieMessage) String

func (*Response_Headers_SetCookieMessage) XXX_DiscardUnknown

func (m *Response_Headers_SetCookieMessage) XXX_DiscardUnknown()

func (*Response_Headers_SetCookieMessage) XXX_Marshal

func (m *Response_Headers_SetCookieMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response_Headers_SetCookieMessage) XXX_Merge

func (*Response_Headers_SetCookieMessage) XXX_Size

func (m *Response_Headers_SetCookieMessage) XXX_Size() int

func (*Response_Headers_SetCookieMessage) XXX_Unmarshal

func (m *Response_Headers_SetCookieMessage) XXX_Unmarshal(b []byte) error

type Response_Headers_SetCookieMessage_SameSiteValue

type Response_Headers_SetCookieMessage_SameSiteValue int32
const (
	Response_Headers_SetCookieMessage_UNUSED_SAMESITE_VALUE Response_Headers_SetCookieMessage_SameSiteValue = 0
	Response_Headers_SetCookieMessage_STRICT                Response_Headers_SetCookieMessage_SameSiteValue = 1
	Response_Headers_SetCookieMessage_LAX                   Response_Headers_SetCookieMessage_SameSiteValue = 2
	Response_Headers_SetCookieMessage_NONE                  Response_Headers_SetCookieMessage_SameSiteValue = 3
)

func (Response_Headers_SetCookieMessage_SameSiteValue) EnumDescriptor

func (Response_Headers_SetCookieMessage_SameSiteValue) String

type Response_Headers_VaryAll

type Response_Headers_VaryAll struct {
	VaryAll bool `protobuf:"varint,13,opt,name=vary_all,json=varyAll,proto3,oneof"`
}

type Response_Headers_VaryHeaders

type Response_Headers_VaryHeaders struct {
	VaryHeaders *StringList `protobuf:"bytes,12,opt,name=vary_headers,json=varyHeaders,proto3,oneof"`
}

type Response_Headers_XFrameOptionsValue

type Response_Headers_XFrameOptionsValue int32
const (
	Response_Headers_UNUSED_X_FRAME_OPTIONS_VALUE Response_Headers_XFrameOptionsValue = 0
	Response_Headers_DENY                         Response_Headers_XFrameOptionsValue = 1
	Response_Headers_SAMEORIGIN                   Response_Headers_XFrameOptionsValue = 2
)

func (Response_Headers_XFrameOptionsValue) EnumDescriptor

func (Response_Headers_XFrameOptionsValue) EnumDescriptor() ([]byte, []int)

func (Response_Headers_XFrameOptionsValue) String

type StatusCodes

type StatusCodes int32

https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml

const (
	StatusCodes_STATUS_CODE_UNUSED              StatusCodes = 0
	StatusCodes_CONTINUE                        StatusCodes = 100
	StatusCodes_SWITCING_PROTOCOLS              StatusCodes = 101
	StatusCodes_PROCESSING                      StatusCodes = 102
	StatusCodes_EARLY_HINTS                     StatusCodes = 103
	StatusCodes_OK                              StatusCodes = 200
	StatusCodes_CREATED                         StatusCodes = 201
	StatusCodes_ACCEPTED                        StatusCodes = 202
	StatusCodes_NON_AUTHORITATIVE_INFORMATION   StatusCodes = 203
	StatusCodes_NO_CONTENT                      StatusCodes = 204
	StatusCodes_RESET_CONTENT                   StatusCodes = 205
	StatusCodes_PARTIAL_CONTENT                 StatusCodes = 206
	StatusCodes_MULTI_STATUS                    StatusCodes = 207
	StatusCodes_ALREADY_REPORTED                StatusCodes = 208
	StatusCodes_IM_USED                         StatusCodes = 226
	StatusCodes_MULTIPLE_CHOICES                StatusCodes = 300
	StatusCodes_MOVED_PERMANENTLY               StatusCodes = 301
	StatusCodes_FOUND                           StatusCodes = 302
	StatusCodes_SEE_OTHER                       StatusCodes = 303
	StatusCodes_NOT_MODIFIED                    StatusCodes = 304
	StatusCodes_USE_PROXY                       StatusCodes = 305
	StatusCodes_TEMPORARY_REDIRECT              StatusCodes = 307
	StatusCodes_PERMANENT_REDIRECT              StatusCodes = 308
	StatusCodes_BAD_REQUEST                     StatusCodes = 400
	StatusCodes_NOT_AUTHORIZED                  StatusCodes = 401
	StatusCodes_PAYMENT_REQUIRED                StatusCodes = 402
	StatusCodes_FORBIDDEN                       StatusCodes = 403
	StatusCodes_NOT_FOUND                       StatusCodes = 404
	StatusCodes_METHOD_NOT_ALLOWED              StatusCodes = 405
	StatusCodes_NOT_ACCEPTABLE                  StatusCodes = 406
	StatusCodes_PROXY_AUTHENTICATION_REQUIRED   StatusCodes = 407
	StatusCodes_REQUEST_TIMEOUT                 StatusCodes = 408
	StatusCodes_CONFLICT                        StatusCodes = 409
	StatusCodes_GONE                            StatusCodes = 410
	StatusCodes_LENGTH_REQUIRED                 StatusCodes = 411
	StatusCodes_PRECONDITION_FAILED             StatusCodes = 412
	StatusCodes_PAYLOAD_TOO_LARGE               StatusCodes = 413
	StatusCodes_URI_TOO_LONG                    StatusCodes = 414
	StatusCodes_UNSUPPORTED_MEDIA_TYPE          StatusCodes = 415
	StatusCodes_RANGE_NOT_SATISFIABLE           StatusCodes = 416
	StatusCodes_EXPECTATION_FAILED              StatusCodes = 417
	StatusCodes_MISDIRECTED_REQUEST             StatusCodes = 421
	StatusCodes_UNPROCESSABLE_ENTITY            StatusCodes = 422
	StatusCodes_LOCKED                          StatusCodes = 423
	StatusCodes_FAILED_DEPENDENCY               StatusCodes = 424
	StatusCodes_TOO_EARLY                       StatusCodes = 425
	StatusCodes_UPGRADE_REQUIRED                StatusCodes = 426
	StatusCodes_PRECONDITION_REQUIRED           StatusCodes = 428
	StatusCodes_TOO_MANY_REQUESTS               StatusCodes = 429
	StatusCodes_REQUEST_HEADER_FIELDS_TOO_LARGE StatusCodes = 431
	StatusCodes_UNAVAILABLE_FOR_LEGAL_REASONS   StatusCodes = 451
	StatusCodes_INTERNAL_SERVER_ERROR           StatusCodes = 500
	StatusCodes_NOT_IMPLEMENTED                 StatusCodes = 501
	StatusCodes_BAD_GATEWAY                     StatusCodes = 502
	StatusCodes_SERVICE_UNAVAILABLE             StatusCodes = 503
	StatusCodes_GATEWAY_TIMEOUT                 StatusCodes = 504
	StatusCodes_HTTP_VERSION_NOT_SUPPORTED      StatusCodes = 505
	StatusCodes_VARIANT_ALSO_NEGOTIATES         StatusCodes = 506
	StatusCodes_INSUFFICIENT_STORAGE            StatusCodes = 507
	StatusCodes_LOOP_DETECTED                   StatusCodes = 508
	StatusCodes_NOT_EXTENDED                    StatusCodes = 510
	StatusCodes_NETWORK_AUTHENTICATION_REQUIRED StatusCodes = 511
)

func (StatusCodes) EnumDescriptor

func (StatusCodes) EnumDescriptor() ([]byte, []int)

func (StatusCodes) String

func (x StatusCodes) String() string

type StringList

type StringList struct {
	Strings              []string `protobuf:"bytes,1,rep,name=strings,proto3" json:"strings,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

StringList is used when a list of strings is needed inside a oneof, since oneof's don't support repeated fields.

func (*StringList) Descriptor

func (*StringList) Descriptor() ([]byte, []int)

func (*StringList) GetStrings

func (m *StringList) GetStrings() []string

func (*StringList) ProtoMessage

func (*StringList) ProtoMessage()

func (*StringList) Reset

func (m *StringList) Reset()

func (*StringList) String

func (m *StringList) String() string

func (*StringList) XXX_DiscardUnknown

func (m *StringList) XXX_DiscardUnknown()

func (*StringList) XXX_Marshal

func (m *StringList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringList) XXX_Merge

func (m *StringList) XXX_Merge(src proto.Message)

func (*StringList) XXX_Size

func (m *StringList) XXX_Size() int

func (*StringList) XXX_Unmarshal

func (m *StringList) XXX_Unmarshal(b []byte) error

type UnimplementedWebServer

type UnimplementedWebServer struct {
}

UnimplementedWebServer can be embedded to have forward compatible implementations.

func (*UnimplementedWebServer) DO

type WebClient

type WebClient interface {
	// TODO: should the methods be captured here? separate request/response messages?
	DO(ctx context.Context, in *Request, opts ...grpc.CallOption) (Web_DOClient, error)
}

WebClient is the client API for Web service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWebClient

func NewWebClient(cc *grpc.ClientConn) WebClient

type WebServer

type WebServer interface {
	// TODO: should the methods be captured here? separate request/response messages?
	DO(*Request, Web_DOServer) error
}

WebServer is the server API for Web service.

type Web_DOClient

type Web_DOClient interface {
	Recv() (*Response, error)
	grpc.ClientStream
}

type Web_DOServer

type Web_DOServer interface {
	Send(*Response) error
	grpc.ServerStream
}

Directories

Path Synopsis
cmd
mimetool
mimetool converts a listing of MIME types and tag numbers into a .proto definition file and outputs it to stdout.
mimetool converts a listing of MIME types and tag numbers into a .proto definition file and outputs it to stdout.
internal

Jump to

Keyboard shortcuts

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