lua-users home
lua-l archive

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


Hello,

This is not strictly speaking related to Lua per se, but... perhaps someone could point me to the right direction considering the number of HTTP implementations in Lua out there...

To make a long story short, I'm a bit confused on how the different HTTP entity transformations work together... or not. In other words, from an HTTP server perspective, how does one properly combine things like entity tags, conditional requests, ranges and content encoding to name a few?

Even after going through Jeffrey C. Mogul's "Clarifying the Fundamentals of HTTP" and such, I'm not the wiser :P

http://www2002.org/CDROM/refereed/444.pdf

Any pointers, guidelines, opinions or advises very welcome :)

Thanks in advance.

Cheers,

PA.