\JHttpTransport
HTTP transport class interface.
Synopsis
interface JHttpTransport
{
- // methods
- public void __construct()
- public JHttpResponse request()
- public static boolean isSupported()
Methods
public
- __construct() — Constructor.
- isSupported() — Method to check if HTTP transport is available for use
- request() — Send a request to the server and return a JHttpResponse object with the response.