Skip to content

Releases: Vinelab/http

v1.5.4

Choose a tag to compare

@harris21 harris21 released this 24 Oct 08:36

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

v1.5.3

Choose a tag to compare

@Mulkave Mulkave released this 30 Jan 11:21

Laravel 5.4 compatibility update, thanks to @gjrdiesel

v1.5.2

Choose a tag to compare

@harris21 harris21 released this 12 Dec 12:24

Remove hard-coded http v1.0.

v1.5.1

Choose a tag to compare

@Mulkave Mulkave released this 05 Dec 08:42

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

v1.5.0

Choose a tag to compare

@alisissa alisissa released this 24 Nov 21:16

Basic Auth Support

v1.4.0

Choose a tag to compare

@alisissa alisissa released this 24 Nov 11:34

Digest Auth support.
Thanks to @messi89

v1.3.0

Choose a tag to compare

@Mulkave Mulkave released this 02 Nov 14:05
  • 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

Choose a tag to compare

@Mulkave Mulkave released this 26 Feb 17:09
v1.2.0

remove the package method from service provider

v1.1.1

Choose a tag to compare

@Mulkave Mulkave released this 27 Oct 19:23

Quick patch to send PUT and PATCH requests with data.

v1.1.0

Choose a tag to compare

@Mulkave Mulkave released this 26 Oct 19:23

New

as per @dominikzogg's request:

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

Fixes & Updates