lua-users home
lua-l archive

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


Hi,

If you don't mind the extra connection, you can simply send
a HEAD request before the GET request. That will give you
the headers independently.

Oh, why the inconsistency (I'll check upon the reason tomorrow, but
you got me curious) ?

It's not an inconsistency. The HEAD method returns *just*
the headers. :)

Regards,
Diego