diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2011-05-25 20:57:22 +0000 |
commit | 3a8ba90dfb0c2eb224f317dd692ede426691e72a (patch) | |
tree | fe1cc5379a2e0e031663fe9c15d908653844bc73 /doc/mime.html | |
parent | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (diff) | |
download | luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.gz luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.tar.bz2 luasocket-3a8ba90dfb0c2eb224f317dd692ede426691e72a.zip |
Saving before big changes to support IPv6.
Diffstat (limited to 'doc/mime.html')
-rw-r--r-- | doc/mime.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/mime.html b/doc/mime.html index 9844744..ae136fd 100644 --- a/doc/mime.html +++ b/doc/mime.html | |||
@@ -44,11 +44,11 @@ content transfer encodings, such as Base64 and Quoted-Printable. | |||
44 | It also provides functions to break text into lines and change | 44 | It also provides functions to break text into lines and change |
45 | the end-of-line convention. | 45 | the end-of-line convention. |
46 | MIME is described mainly in | 46 | MIME is described mainly in |
47 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2045.txt">RFC 2045</a>, | 47 | <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>, |
48 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2046.txt">2046</a>, | 48 | <a href="http://www.ietf.org/rfc/rfc2046.txt">2046</a>, |
49 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2047.txt">2047</a>, | 49 | <a href="http://www.ietf.org/rfc/rfc2047.txt">2047</a>, |
50 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2047.txt">2048</a>, and | 50 | <a href="http://www.ietf.org/rfc/rfc2047.txt">2048</a>, and |
51 | <a href="http://www.cs.princeton.edu/~diego/rfc/rfc2048.txt">2049</a>. | 51 | <a href="http://www.ietf.org/rfc/rfc2048.txt">2049</a>. |
52 | </p> | 52 | </p> |
53 | 53 | ||
54 | <p> | 54 | <p> |