Add note about obsolete list of MIME types.
Originally by @jbclements in https://github.com/racket/net/pull/9/
This commit is contained in:
parent
f16f54a1b1
commit
762994654c
|
@ -23,6 +23,8 @@
|
||||||
...)
|
...)
|
||||||
...))))
|
...))))
|
||||||
|
|
||||||
|
@(define (linklink url) (link url url))
|
||||||
|
|
||||||
@title[#:tag "mime"]{MIME: Decoding Internet Data}
|
@title[#:tag "mime"]{MIME: Decoding Internet Data}
|
||||||
|
|
||||||
@defmodule[net/mime]{The @racketmodname[net/mime] library provides
|
@defmodule[net/mime]{The @racketmodname[net/mime] library provides
|
||||||
|
@ -81,6 +83,10 @@ Standard values for the @racket[subtype] field depend on the
|
||||||
@racket[subtype] is allowed as a downcased version of the
|
@racket[subtype] is allowed as a downcased version of the
|
||||||
specification from the header.
|
specification from the header.
|
||||||
|
|
||||||
|
Please note that RFC 3232 specifies that this list (taken from RFC
|
||||||
|
1700) is out-of-date, and that the IANA maintains a complete list,
|
||||||
|
currently available at @(linklink "http://www.iana.org/assignments/media-types/media-types.xhtml")
|
||||||
|
|
||||||
@mime-table[
|
@mime-table[
|
||||||
(
|
(
|
||||||
text (plain "[RFC1521, NSB]")
|
text (plain "[RFC1521, NSB]")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user