Overview

Namespaces

  • Affilinet
    • ProductData
      • Exceptions
      • HttpClient
      • Requests
        • Helper
        • Traits
      • Responses
        • ResponseElements

Classes

  • GuzzleClient

Interfaces

  • HttpClientInterface
  • Overview
  • Namespace
  • Class

Interface HttpClientInterface

Direct known implementers

Affilinet\ProductData\HttpClient\GuzzleClient
Namespace: Affilinet\ProductData\HttpClient
Located at Affilinet/ProductData/HttpClient/HttpClientInterface.php
Methods summary
public Psr\Http\Message\ResponseInterface
# send( Psr\Http\Message\RequestInterface $request, array $options = [] )

Send an HTTP request.

Send an HTTP request.

Parameters

$request
Request to send
$options

Request options to apply to the given request and to the transfer.

Returns

Psr\Http\Message\ResponseInterface

Throws

Exception
API documentation generated by ApiGen