lua-users home
lua-l archive

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


>>> 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. :)

Sorry, I meant why would HEAD give me headers independently while GET
would concatenate them (note: I can't check upon the sources right now
so I might misunderstand this)