QuickBooks Integrator 2020 Node.js Edition

Questions / Feedback?

Header Event

HTTP headers sent by the client.

Syntax

qbconnector.on('Header', [callback])

Callback

The 'callback' is called when the 'Header' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionId
e.header
e.value

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 Node.js Edition - Version 20.0 [Build 7941]