interface TransportInterface
The transport itself.
It should hide the complete implementation behind the three interfaces {see TransportRequestInterface},{@see TransportResponseInterface} and this one.
Methods
TransportRequestInterface |
createRequest(string $httpMethod)
|
|
TransportResponseInterface |
send(TransportRequestInterface $request)
|
Details
at line 36
public TransportRequestInterface
createRequest(string $httpMethod)
at line 44
public TransportResponseInterface
send(TransportRequestInterface $request)