summaryrefslogtreecommitdiff
path: root/lib/http/client_request.go
AgeCommit message (Expand)Author
2024-06-08lib/http: add request type HTMLShulhan
2024-04-24lib/http: refactoring "multipart/form-data" parameters in ClientRequestShulhan
2024-04-23lib/http: allow all HTTP method to generate HTTP request with bodyShulhan
2024-03-15lib/http: refactoring type of RequestMethod from int to stringShulhan
2024-03-14lib/http: refactor Client methods to use struct ClientRequestShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-02-15lib/http: export function to generate "multipart/form-data"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-01-30lib/http: implement method Download() on ClientShulhan