You are here

public function LogsHttpLoggerInterface::getHttpHeaders in Logs HTTP 8

A getter for the HTTP headers for the logging request.

It could be used typically for authentication.

Return value

array HTTP headers for the logging requests.

1 method overrides LogsHttpLoggerInterface::getHttpHeaders()
LogsHttpLogger::getHttpHeaders in src/Logger/LogsHttpLogger.php
A getter for the HTTP headers for the logging request.

File

src/Logger/LogsHttpLoggerInterface.php, line 78

Class

LogsHttpLoggerInterface
Describes a Logs Http Logger instance.

Namespace

Drupal\logs_http\Logger

Code

public function getHttpHeaders();