..
multipart
mime/multipart: parse boundary with spaces properly
2017-05-23 22:56:44 +00:00
quotedprintable
mime/quotedprintable: accept = not followed by 2 hex digits as literal equals
2016-10-28 16:08:06 +00:00
testdata
…
encodedword.go
mime: re-accept empty encoded-text
2017-04-29 04:14:36 +00:00
encodedword_test.go
mime: re-accept empty encoded-text
2017-04-29 04:14:36 +00:00
example_test.go
mime: move examples to external test file
2015-08-22 18:39:29 +00:00
grammar.go
all: replace strings.Index with strings.Contains where possible
2016-02-19 01:06:05 +00:00
mediatype.go
mime: ignore key on ParseMediaType when value don't pass RFC 2231 check
2017-08-29 21:10:56 +00:00
mediatype_test.go
mime: ignore key on ParseMediaType when value don't pass RFC 2231 check
2017-08-29 21:10:56 +00:00
type.go
mime: use sync.Map instead of RWMutex for type lookups
2017-04-28 20:49:29 +00:00
type_dragonfly.go
mime: add mime.types paths for BSDs
2015-06-12 15:51:21 +00:00
type_freebsd.go
mime: add mime.types paths for BSDs
2015-06-12 15:51:21 +00:00
type_openbsd.go
mime: add mime.types paths for BSDs
2015-06-12 15:51:21 +00:00
type_plan9.go
mime: fix mime type file name on Plan 9
2016-05-15 19:56:08 +00:00
type_test.go
mime: add benchmarks for TypeByExtension and ExtensionsByType
2017-02-14 23:02:07 +00:00
type_unix.go
…
type_windows.go
mime, time, internal/syscall/windows/registry: use new registry package to simplify code
2015-04-30 04:33:42 +00:00