This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Releases: assertis/http-lib
Releases · assertis/http-lib
3.0.7
Introduce client $name parameter
Merge pull request #13 from assertis/lnowak/CORE-1399 Name param for Client
3.0.4
- 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
3.0.2
3.0.1
3.0.0
Added option to specify headers for the request
Merge pull request #6 from assertis/add-headers Add headers to requests
Added sendBatch to the ClientInterface
Added sendBatch to the ClientInterface (#5) Added sendBatch to the interface