- Namespace
- Statiq
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["HttpClientExtensions"]
class Type type-node
Syntax
public static class HttpClientExtensions
Methods
Name | Return Value | Summary |
---|---|---|
SendWithRetryAsync |
Task |
Retries a request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|
SendWithRetryAsync |
Task |
Retries a request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|
SendWithRetryAsync |
Task |
Retries a GET request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|
SendWithRetryAsync |
Task |
Retries a GET request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|
SendWithRetryAsync |
Task |
Retries a GET request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|
SendWithRetryAsync |
Task |
Retries a GET request with exponential back-off. This helps with websites like GitHub that will give us a 429 (TooManyRequests).
static
|