What is RequestCore?
RequestCoreâ„¢ is a lightweight cURL-based HTTP request/response class that leverages MultiCurl (i.e. curl_multi_exec()) for parallel requests.
RequestCore was born out of the Tarzan project, and was designed from the start to be a reliable standalone component to be re-used in any other project.
Documentation and Usage
- RequestCore -- Send an HTTP request and handle the HTTP response.
- Usage Examples