Subject: | parameter |
<http://tools.ietf.org/html/rfc2045#section-5.1>
Add an accessor for the I<parameter> data structure defined in the RFC that may follow a media type.
<http://tools.ietf.org/html/rfc2046> has examples:
text/plain; charset=iso-8859-1
multipart/mixed; boundary=gc0p4Jq0M2Yt08j34c0p
message/partial; id="ABC@host.com"; number=1; total=2
message/external-body; name="BodyFormats.ps"; site="thumper.bellcore.com"; mode="image"; access-type=ANON-FTP; directory="pub"; expiration="Fri, 14 Jun 1991 19:13:14 -0400 (EDT)"
Test code against HTTP::Headers::Util and Courriel::HeaderAttribute.