Skip to content

Releases: Ariadne-CMS/arc-web

Added scheme check in http client

02 Jun 07:58
Compare
Choose a tag to compare

Fixed requests with custom headers

30 May 14:00
Compare
Choose a tag to compare

The http client had a type in the options array for headers.

Updated to PHP 7.4 and PHPUnit 9

23 Feb 14:00
Compare
Choose a tag to compare
3.0

updated markdown syntax

Improved header parsing

27 Jan 22:34
Compare
Choose a tag to compare

Fixed \arc\http::getCacheControlTime()
Added support for multiple Cache-Control headers
Added \arc\http::parseHeader, parses headers with comma seperated values
Added \arc\http::mergeHeaders, merges one or more instances of headers with comma seperated values into one

Added HTTP header parsing, micro router, documentation

18 Dec 14:33
Compare
Choose a tag to compare

This release is slightly backwards incompatible. Specifically we renamed 'ClientInterface' to 'Client', as 'interface' is redundant.

arc-web: minor fixes, code style cleanup

02 Jul 12:57
Compare
Choose a tag to compare

fixed bug in \arc\http\ClientStream::headers, now removes trailing empty header
fixed coding style more to PSR-2