ArangoDB-PHP-Core API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • frankmayer
    • ArangoDbPhpCore
      • Api
        • Rest
      • Config
      • Connectors
      • Plugins
      • Protocols
        • Http
      • TraitRepository

Interfaces

  • RequestInterface
  • ResponseInterface

Interface RequestInterface

A Request Interface

Direct known implementers

frankmayer\ArangoDbPhpCore\Protocols\Http\HttpRequestInterface

Indirect known implementers

frankmayer\ArangoDbPhpCore\Protocols\Http\AbstractHttpRequest, frankmayer\ArangoDbPhpCore\Protocols\Http\HttpRequest

Namespace: frankmayer\ArangoDbPhpCore\Protocols
Package: frankmayer\ArangoDbPhpCore\Protocols
Located at Protocols/RequestInterface.php

Methods summary

public frankmayer\ArangoDbPhpCore\Protocols\ResponseInterface
# send( )

Method to send a request. All request should be done through this method. Any async or batch handling is done within this method.

Method to send a request. All request should be done through this method. Any async or batch handling is done within this method.

Returns

frankmayer\ArangoDbPhpCore\Protocols\ResponseInterface
Response object
ArangoDB-PHP-Core API Documentation API documentation generated by ApiGen