Akamai {OPEN} EdgeGrid Authentication for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Akamai
    • Open
      • EdgeGrid
        • Authentication
          • Exception
            • SignerException
        • Exception
          • HandlerException
        • Handler

Classes

  • Authentication
  • Debug
  • Verbose

Class Verbose

Verbose Response Guzzle Middleware Handler

Namespace: Akamai\Open\EdgeGrid\Handler
Package: Akamai\Open\EdgeGrid\Client
Located at Handler/Verbose.php

Methods summary

public
# __construct( resource|string|null $outputStream = null, resource|string|null $errorStream = null )

Verbose constructor.

Verbose constructor.

This method accepts stream resources or a valid stream URLs (including file paths). It will use the output stream for both output and error streams if no error stream is passed in.

If neither is passed in, stdout and stderr are used.

Parameters

$outputStream
$errorStream

Throws

Akamai\Open\EdgeGrid\Exception\HandlerException\IOException
public Closure
# __invoke( callable $handler )

Handle the request/response

Handle the request/response

Parameters

$handler

Returns

Closure
protected string
# getBody( Psr\Http\Message\MessageInterface $message )

Get response body

Get response body

Parameters

$message

Returns

string

Properties summary

protected $outputStream
#
protected $errorStream
#
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by ApiGen