-
Notifications
You must be signed in to change notification settings - Fork 29
Http Request retry and passing body #39
Open
Description
Hello,
I am trying to implement retrying logic when connection/io failure occurs. The request method takes Option<Vec<u8>> which means I can't pass body as it has moved again unless I clone it. Can passing body by reference be supported?
Thx
Activity
Metadata
Metadata
Assignees
Labels
No labels