| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-15 | all: convert license and copyright to use SPDX identifiers | Shulhan | |
| With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/ | |||
| 2024-06-08 | lib/http: add request type HTML | Shulhan | |
| The RequestTypeHTML define the content type "text/html". | |||
| 2024-03-15 | lib/http: refactor type of RequestType from int to string | Shulhan | |
| The reason is to make storing or encoding the RequestType value readable from human point of view instead of number, 0, 1, 2, etc. | |||
| 2024-03-09 | lib/http: rename files for consistency | Shulhan | |
| If the type is in CamelCase the file should be using snake_case. | |||
