isHttpExtraHeadersOnSessionCreationOnly method

bool isHttpExtraHeadersOnSessionCreationOnly()

Inquiry method that checks if the restriction on the forwarding of the configured extra http headers applies or not.

Returns the httpExtraHeadersOnSessionCreationOnly

Implementation

bool isHttpExtraHeadersOnSessionCreationOnly() {
  return _httpExtraHeadersOnSessionCreationOnly;
}