Skip to content

Releases: Vinelab/http

v1.5.4

24 Oct 08:36
Compare
Choose a tag to compare

Upgrade tolerance package version, thanks to @Te7a-Houdini .

v1.5.3

30 Jan 11:21
Compare
Choose a tag to compare

Laravel 5.4 compatibility update, thanks to @gjrdiesel

v1.5.2

12 Dec 12:24
Compare
Choose a tag to compare

Remove hard-coded http v1.0.

v1.5.1

05 Dec 08:42
Compare
Choose a tag to compare

Fixes an issue where responses are being echoed. Thanks to @rymanalu

v1.5.0

24 Nov 21:16
Compare
Choose a tag to compare

Basic Auth Support

v1.4.0

24 Nov 11:34
Compare
Choose a tag to compare

Digest Auth support.
Thanks to @messi89

v1.3.0

02 Nov 14:05
Compare
Choose a tag to compare
  • Ability to specify the request's timeout using the timeout option in the request
  • Add Fault Tolerance to requests with the ability to specify timeUntilNextTry and triesUntilFailure (Thanks to @harris21)

Supporting Laravel 5

26 Feb 17:09
Compare
Choose a tag to compare
v1.2.0

remove the package method from service provider

v1.1.1

27 Oct 19:23
Compare
Choose a tag to compare

Quick patch to send PUT and PATCH requests with data.

v1.1.0

26 Oct 19:23
Compare
Choose a tag to compare

New

as per @dominikzogg's request:

  • HTTP Protocol version enforcement with version => x
  • Raw content support

Fixes & Updates