QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

on_header Event

HTTP headers sent by the client.

Syntax

class QBConnectorHeaderEventParams(object):
  @property
  def connection_id() -> int: ...
  @property
  def header() -> str: ...
  @property
  def value() -> str: ...

# In class QBConnector:
@property
def on_header() -> Callable[[QBConnectorHeaderEventParams], None]: ...
@on_header.setter
def on_header(event_hook: Callable[[QBConnectorHeaderEventParams], None]) -> None: ...

Remarks

When a client connects, this event will fire for each HTTP header received.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]