lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>
>> (3) A generic MIME handling facility.

>>> (4) LTN12 as a little world in itself. Filters, sources, sinks, pumps
>>> are useful generic concept which could be used in many different
>>> contexts.

>> These two are already completely independent from the rest of
>> LuaSocket.

>Good. How do I use them outside of LuaSocket's realm?

require 'mime'
require 'ltn12'

The mime/ltn12 stuff gets built in a different library, namely; lmime.

BTB, the Luasocket is well compartmented. After using it, Ithink you
will agree.

DB