solicit
solicit copied to clipboard
Http Request retry and passing body
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