Skip to content
This repository was archived by the owner on Mar 3, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 265 Bytes

lj-http-parser

LuaJIT2 friendly HTTP parser:

  • no callbacks to Lua from C
  • only FFI access

Includes files from https://github.com/joyent/http-parser, MIT license.

It is experimental project to study LuaJIT FFI.

No documentation, please see test.lua.