[][src]Module restartables::reqw

Convenience functions for using reqwest futures with Restartable. Requires the use_reqwest feature to be enabled.

Functions

execute

Keeps resending a request until its response passes the test, or it times out. Panics if the Request can't be cloned.