moonbridge
log reference.txt
| age | author | description |
|---|---|---|
| 2015-03-17 | jbe | Added io_error_handler; Code cleanup |
| 2015-03-09 | jbe | Methods :close(), :cancel(), and :readuntil(...) do not throw I/O errors but return error message as second return value after nil |
| 2015-02-27 | jbe | Support iteration using pairs(...) on request.get_params, request.get_params_list, request.post_params, and request.post_params_list |
| 2015-02-17 | jbe | Removed method request:send_text_status_response(...); Added helloworld.luav0.3.0 |
| 2015-01-29 | jbe | Alphabetical order in reference.txt |
| 2015-01-29 | jbe | Include leading question mark in request.query |