Thanks to visit codestin.com
Credit goes to docs.rs

Module fetch

Module fetch 

Source

Functions§

fetch_with_retry
HTTP GETによるデータ取得を、リトライ+指数バックオフ付きで行う。 成功時はレスポンス文字列を返す。 retry_attempts回失敗した場合、エラーを返す。