DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction¶

This extension basically provides a class library for sending HTTP requests and receiving HTTP responses from a RESTful API resource.
You can set many options by using Typo3-Backend, or even the HttpClient* setter.
The CRUD operations GET, POST, PUT, DELETE are supported.
The HttpClient class is cURL library based.