REST_API
$filePath = JCORE_BASE_DIR.'TRANSPORT/TRANSPORT_INTERFACE.interface.php'; require_once($filePath);
load the HTTP handler $filePath = JCORE_BASE_DIR.'TRANSPORT/HTTP/HTTP_API.class.php'; require_once($filePath);