Skip to content

Releases: onoi/http-request

1.3.0 release

23 Nov 14:17
Compare
Choose a tag to compare
  • Added ONOI_HTTP_REQUEST_RESPONSECACHE_PREFIX and ONOI_HTTP_REQUEST_RESPONSECACHE_TTL
  • Deprecated CachedCurlRequest::setCachePrefix and CachedCurlRequest::setExpiryInSeconds
  • Deprecated CachedCurlRequest::isCached in favor of CachedCurlRequest::isFromCache

1.2.0 release

09 Nov 05:09
Compare
Choose a tag to compare
  • Added "wasAccepted" to the SocketRequest response output
  • Added option ONOI_HTTP_REQUEST_FOLLOWLOCATION to support resetting the URL location in case of a 301 HTTP response during a SocketRequest::ping request

1.1.1 release

28 Oct 16:59
Compare
Choose a tag to compare
  • Make lib-curl optional

1.1.0 release

12 Sep 00:29
Compare
Choose a tag to compare
  • Renamed AsyncCurlRequest to MultiCurlRequest
  • Added SocketRequest

Initial release

22 Jul 22:13
Compare
Choose a tag to compare

Provides the following interfaces/classes:

  • HttpRequest
  • CurlRequest
  • CachedCurlRequest
  • AsyncCurlRequest
  • NullRequest
  • HttpRequestFactory
  • Exception\HttpConnectionException
  • Exception\BadHttpResponseException