Matheus Sampaio Queiroga 59c8a863d6
All checks were successful
Golang test / go-test (push) Successful in 14s
Improve GitHub rate limit handling
Check the `retry-after` header first for rate limit waits. Fall back
to `x-ratelimit-remaining` and `x-ratelimit-reset` if necessary,
correctly interpreting the reset value as a Unix timestamp.

Also simplifies the `ReRequest` helper to use `http.DefaultClient` and
refines panic recovery in Gitea asset uploads.
2025-04-22 21:13:50 -03:00
2025-04-22 21:13:50 -03:00
2025-04-22 21:13:50 -03:00
2025-03-13 19:25:25 -03:00
2025-04-22 21:13:50 -03:00
2025-04-17 11:48:56 -03:00
2025-04-17 11:48:56 -03:00
2025-03-10 09:32:01 -03:00
2025-03-09 23:34:01 -03:00

net/http wrapper

this module make and concat many functions to single request and extends functions still looks a bit like javascript's fetch.

Description
A net/http wrapper and extended
Readme GPL-2.0 213 KiB
v1.2.5 Latest
2025-04-23 00:15:14 +00:00
Languages
Go 100%