Releases: onoi/http-request
Releases · onoi/http-request
1.3.0 release
- Added
ONOI_HTTP_REQUEST_RESPONSECACHE_PREFIX
andONOI_HTTP_REQUEST_RESPONSECACHE_TTL
- Deprecated
CachedCurlRequest::setCachePrefix
andCachedCurlRequest::setExpiryInSeconds
- Deprecated
CachedCurlRequest::isCached
in favor ofCachedCurlRequest::isFromCache
1.2.0 release
- Added "wasAccepted" to the
SocketRequest
response output - Added option
ONOI_HTTP_REQUEST_FOLLOWLOCATION
to support resetting the URL location in case of a301
HTTP response during aSocketRequest::ping
request
1.1.1 release
- Make lib-curl optional
1.1.0 release
- Renamed
AsyncCurlRequest
toMultiCurlRequest
- Added
SocketRequest
Initial release
Provides the following interfaces/classes:
HttpRequest
CurlRequest
CachedCurlRequest
AsyncCurlRequest
NullRequest
HttpRequestFactory
Exception\HttpConnectionException
Exception\BadHttpResponseException