sreq v0.3.0 Release Notes

Release Date: 2019-12-07 // over 4 years ago
  • ๐Ÿš€ Release Notes

    โœจ Enhancements

    • โž• Added upload files with other form suppot #1
    • ๐Ÿ‘ sreq.Params ๏ผŒsreq.Form , sreq.Headers now support more data type.
    • Auto decompress gzip response even if you specify the Accept-Encoding header value.

    ๐Ÿ”„ Changes

    • โœ‚ Remove client level options, you can use request interceptors.
    • sreq.WithFiles API now is changed to sreq.WithMultipart.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed sreq.Form can't set multiple parameters for the same key.