moonbridge
log moonbridge_http.lua
| age | author | description |
|---|---|---|
| 2015-05-25 | jbe | Further work on new HTTP layer |
| 2015-05-21 | jbe | Initial work on reimplemented HTTP layer (utilizing non-blocking I/O with coroutines and a cleaner object-oriented structure) |
| 2015-04-10 | jbe | Added helper function moonbridge_io.timeref(...); HTTP module sends 408 Request Timeout |
| 2015-04-07 | jbe | Extended I/O library; Integrated new I/O library into moonbridge.c and moonbridge_http.lua |