summaryrefslogtreecommitdiffstats
path: root/modules/httplib/request.go
Commit message (Collapse)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
| | | | | Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`. Basically the same [as golang did](https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb).
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-0/+206
Replace #20480 Replace #18448 Close #16414