Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Releases: solital/http-client

2.0.0

10 May 12:53

Choose a tag to compare

Released Notes

2.0.0 - (2022-05-10)

Added

  • Added minimum version 8.0 of PHP
  • Added method bearerToken and basicAuth

Fixed

  • Fixed typing in methods

Changed

  • Changed HttpClient class
  • Changed HttpAuth class

1.0.0

01 Mar 13:09

Choose a tag to compare

Released Notes

1.0.0 - (2021-03-01)

Added

  • Added http_response_code to response

Changed

  • Changed HttpAuth

0.2.0

27 Jul 19:39

Choose a tag to compare

Released Notes

0.2.0 - (2020-07-27)

Changed

  • Refactored code

Removed

  • Removed http authentication

0.1.0

01 Jul 11:38

Choose a tag to compare

Released Notes

0.1.0 (2020-07-01)

  • Added http get, post, put and delete
  • Added basic, digest and jwt authentication