- The
Widop\HttpAdapter\HttpAdapterInterface::getContent
and theWidop\HttpAdapter\HttpAdapterInterface::postContent
returns aWidop\HttpAdapter\HttpResponse
instead of the response body string. - The third argument of the
Widop\HttpAdapter\HttpAdapterInterface::postContent
($content
) is now typehinted asarray
in order to be consistent with other parameters. - All protected properties/methods have been updated to private except for explicit entry points.