\JHttpTransportStream
HTTP transport class for using PHP streams.
Synopsis
class JHttpTransportStream
implements
JHttpTransport
{
- // members
- protected JRegistry $options;
- // methods
- public void __construct()
- public JHttpResponse request()
- protected JHttpResponse getResponse()
- public static bool isSupported()
Hierarchy
Implements
Members
protected
- $options — JRegistry
Methods
protected
- getResponse() — Method to get a response object from a server response.
public
- __construct() — Constructor.
- isSupported() — Method to check if http transport stream available for use
- request() — Send a request to the server and return a JHttpResponse object with the response.