Skip to content

Releases: gildas/go-request

Bug fixes and improvements

30 Mar 10:33

Choose a tag to compare

  • 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

Use the new errors

29 Mar 09:19

Choose a tag to compare

v0.7.5

Release 0.7.5

Bug fixes

24 Mar 14:26

Choose a tag to compare

v0.7.4

Release 0.7.4

Support for http.Transport

23 Mar 03:14

Choose a tag to compare

This allows to add some TLS configuration, for example

Encryption/Decryption

07 Mar 06:54

Choose a tag to compare

Content is now able to encrypt or decrypt its data.

For now, we support only the AESCTR algorithm (AES Block in counter mode).

Marshal/Unmarshal of Content

04 Mar 14:38

Choose a tag to compare

So content can be saved, sent to other medium, etc.

The content data is base64 encoded.

Also the Content Size was changed to uint64 as there are no negative sizes...

Support for Compressed Data

16 Feb 19:17

Choose a tag to compare

Request can now receive responses with compressed data (gzip)

Bug fixes

19 Jan 16:48

Choose a tag to compare

v0.5.1

Release 0.5.1

Removed ContentReader

16 Dec 01:30

Choose a tag to compare

Use Content.Reader() instead

Bug fixes

14 Dec 09:44

Choose a tag to compare

v0.4.1

Release 0.4.1