| date | commit | author |
|---|---|---|
| 2023-07-15 | add Connection header in response | marcelgmr@gmail.com |
| 2023-07-15 | docs: add explanation about request and response API | marcelgmr@gmail.com |
| 2023-07-15 | minor style change | marcelgmr@gmail.com |
| 2023-07-15 | docs: small improvements to README | marcelgmr@gmail.com |
| 2023-07-14 | some fixes to response header | marcelgmr@gmail.com |
| 2023-07-14 | add content-length header | marcelgmr@gmail.com |
| 2023-07-14 | don't shutdown socket on keep-alive mode | marcelgmr@gmail.com |
| 2023-07-13 | change package file structure | marcelgmr@gmail.com |
| 2023-01-09 | add README | marcelgmr@gmail.com |
| 2022-12-19 | template: add % include | marcelgmr@gmail.com |
| 2022-12-17 | add default error message when HTTP status is not 200 | marcelgmr@gmail.com |
| 2022-12-16 | sqlite: switch to more flexible query execution | marcelgmr@gmail.com |
| 2022-12-16 | sqlite: add get_rows() to build a lua table from query results | marcelgmr@gmail.com |
| 2022-03-03 | add app:mount() | marcelgmr@gmail.com |
| 2022-03-03 | git: ignore local test files | marcelgmr@gmail.com |
| 2022-03-01 | accept HTTP versions 1.* | marcelgmr@gmail.com |
| 2022-02-27 | parse cookies in request | marcelgmr@gmail.com |
| 2022-02-27 | minor change | marcelgmr@gmail.com |
| 2022-02-27 | support 303 redirection | marcelgmr@gmail.com |
| 2022-02-27 | parse form data | marcelgmr@gmail.com |