Skip to content

Bug fixes and improvements

Compare
Choose a tag to compare
@gildas gildas released this 30 Mar 10:33
· 150 commits to dev since this release
  • When request.Send needs to send the request again, it rewinds its io.Reader properly.
    • It also means the given io.Reader must be io.Seeker for request to be attempted more than once
  • use reflect less
  • request.Send can send byte slices as application/octet-stream