rehttp icon indicating copy to clipboard operation
rehttp copied to clipboard

Package rehttp implements a Go HTTP transport that handles retries.

Results 1 rehttp issues
Sort by recently updated
recently updated
newest added

It seems like if you could figure out whether the Body supported multiple reads (for example, an in-memory buffer), would save some copies. Unfortunately, it seems that NopCloser isn't exported,...