Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Releases: assertis/http-lib

3.0.7

25 Sep 09:32
Compare
Choose a tag to compare
make default auth params accessible by new guzzle client

Introduce client $name parameter

21 Sep 11:23
6fd8127
Compare
Choose a tag to compare
Merge pull request #13 from assertis/lnowak/CORE-1399

Name param for Client

3.0.4

21 Jun 10:39
Compare
Choose a tag to compare
  • support for full URLs in requests.
    Now we can pass "http://host.com/endpoint" in request to Client::send($request) and host.com will be requested. Or we can call "/enpoint" then base_uri of Client will be used.

3.0.3

02 Jun 10:44
Compare
Choose a tag to compare

fixes for batch requests

3.0.2

02 Jun 08:29
Compare
Choose a tag to compare

fixes after integration tests with sundry-lib

3.0.1

01 Jun 11:51
Compare
Choose a tag to compare
  • composer.json updated

3.0.0

01 Jun 11:27
Compare
Choose a tag to compare
  • integration with guzzle ^6.2

Added option to specify headers for the request

30 Jan 15:46
Compare
Choose a tag to compare
Merge pull request #6 from assertis/add-headers

Add headers to requests

Added sendBatch to the ClientInterface

26 Jul 13:28
Compare
Choose a tag to compare
Added sendBatch to the ClientInterface (#5)

Added sendBatch to the interface

2.1.2

08 Jul 06:55
Compare
Choose a tag to compare

PUT http method supported by Request class