[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to read http PUT or POST data from luasocket server
- From: Jorge <xxopxe@...>
- Date: Tue, 01 Oct 2013 23:14:45 -0300
On 01/10/13 08:54, Francisco Olarte wrote:
As I say before, not so simple, you'll be better of searching for some
server sample as reference, as completely parsing an HTTP request is
not athing you can properly do in a couple of pages of code.
Accented on properly. Implementing an http server is a great excercise:
implement one in a couple pages and behold the beauty. Then check the
sources of any popular webserver, and search fr everithing they do and
you don't (it's a long list). Then try to understand why they do that,
and why it's important :-)
Jorge