| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-15 | lib/http: refactoring type of RequestMethod from int to string | Shulhan | |
| The reason is to make storing or encoding the RequestMethod value readable from user 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. | |||
