lua-users home
lua-l archive

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


I posted a parser for HTTP headers (derived from the Ragel HTTP parsers of Unicorn/Mongrel) a while ago:

http://lua-users.org/lists/lua-l/2010-03/msg00630.html

It parses directly to a WSAPI-like environment, but should be easily modifiable for the output you want.

--
Fabio Mascarenhas

On Wed, Apr 28, 2010 at 10:52 AM, Patrick Donnelly <batrick@batbytes.com> wrote:
Hi List,

Does anyone have any written lpeg parsers (in any form, proof of
concept too) for HTTP/HTML lying around?

--
- Patrick Donnelly