[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The Split? (was Re: LuaSocket http ftp smpt...)
- From: David Burgess <dburgess@...>
- Date: Sat, 5 Feb 2005 22:50:42 +1000
>
>> (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