]> Cypherpunks repositories - gostls13.git/commit
mime: add "image/svg+xml" type for extension ".svg"
authorJoe Harrison <joehazzers@gmail.com>
Mon, 23 Mar 2015 14:21:20 +0000 (14:21 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 23 Mar 2015 16:53:00 +0000 (16:53 +0000)
commit21e47d831bafb59f22b1ea8098f709677ec8ce33
treee2452339b00b233af6e4a8937b25301b25781e69
parent93238623e2c8dfa23c2d0845613349ff8df7fbb7
mime: add "image/svg+xml" type for extension ".svg"

Since there is internal usage of svg files in cmd/trace served via
HTTP, add it to the (small) map of mime types.

MIME type as documented at http://www.w3.org/TR/SVG11/mimereg.html

Change-Id: If14f07cbe2e55d8d68af663f30920a530e2e7974
Reviewed-on: https://go-review.googlesource.com/7942
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/mime/type.go