🔨 Refactor all requests package logic.

- Replace net/http with fasthttp in the requests package.
This commit is contained in:
2024-07-21 19:40:16 +04:00
parent 61ff1d5941
commit 670d07bda2
7 changed files with 491 additions and 337 deletions

View File

@@ -28,4 +28,4 @@ func AvgDuration(durations ...time.Duration) time.Duration {
total += d
}
return total / time.Duration(len(durations))
}
}