| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 0.2.0v0.2.0 | Xavier Del Campo Romero | 2024-02-12 | 1 | -1/+1 |
| | | |||||
| * | Update copyright notices to 2024 | Xavier Del Campo Romero | 2024-02-12 | 1 | -1/+1 |
| | | |||||
| * | doc: Update handler_{loop,listen} | Xavier Del Campo | 2023-11-20 | 1 | -3/+16 |
| | | |||||
| * | Send HTTP headers to payload callback | Xavier Del Campo Romero | 2023-11-18 | 1 | -3/+5 |
| | | | | | | | | | | | | | Even if libweb already parses some common headers, such as Content-Length, some users might find it interesting to inspect which headers were received from a request. Since HTTP/1.1 does not define a limit on the number of maximum headers a client can send, for security reasons a maximum value must be provided by the user. Any extra headers shall be then discarded by libweb. An example application showing this new feature is also provided. | ||||
| * | Rename project from slweb to libwebv0.1.0-rc3 | Xavier Del Campo Romero | 2023-10-11 | 1 | -0/+229 |
| It was found out there was another project of the same name around (https://git.sr.ht/~strahinja/slweb/), also related to website generation. In order to avoid confusion, a new name has been chosen for this project. Surprisingly, libweb was not in use by any distributions (according to https://repology.org and AUR index), and it should reflect well the intention behind this project i.e., being a library to build web-related stuff. | |||||
