An exception for terminatinating execution or to throw for unit testing.
This interface defines a class library for performing multiple web requests in batches.
getNumRequests()
Retrieve the number of requests added to this batch.
send()
Perform the request.
addRequest(CAS_Request_RequestInterface $request)
Add a new Request to this batch.
This interface defines a class library for performing web requests.