aboutsummaryrefslogtreecommitdiff
path: root/lib/http/request_method_test.go
AgeCommit message (Collapse)Author
2024-03-15lib/http: refactoring type of RequestMethod from int to stringShulhan
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-09lib/http: rename files for consistencyShulhan
If the type is in CamelCase the file should be using snake_case.