1Mime(3kaya) Kaya module reference Mime(3kaya)
2
3
4
6 Mime - Mime utilities for file uploads
7
9 This module contains Mime utility functions for handling file uploads
10 in CGI and webapps via WebCommon.initWebApp (3kaya)
11 It does not currently contain a complete Mime parser, and is very
12 restricted in how it can handle Mime-encoded data in general.
13
15 Mime.Mime (3kaya)
16 Mime.MimeData (3kaya)
18 Mime.findMimeBoundary (3kaya)
19 Mime.mimeDecode (3kaya)
20 Mime.tmpMimeName (3kaya)
21 Mime.unQuote (3kaya)
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
26 The Kaya standard library is free software; you can redistribute it
27 and/or modify it under the terms of the GNU Lesser General Public
28 License (version 2.1 or any later version) as published by the Free
29 Software Foundation.
30
31
32
33Kaya December 2010 Mime(3kaya)