Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 1.22 KB

PubSubCloudFunctionsConfig.md

File metadata and controls

66 lines (35 loc) · 1.22 KB

pubsub-http-handler / PubSubCloudFunctionsConfig

Interface: PubSubCloudFunctionsConfig

Hierarchy

  • Omit<PubSubConfig, "handler" | "path">

    PubSubCloudFunctionsConfig

Table of contents

Properties

Properties

logger

Optional logger: LoggerOptions

Defined in

methods/cloud-functions.ts:9


onError

Optional onError: OnErrorHandler

OnError Handler

When this is set, errors will not be thrown.

Inherited from

Omit.onError

Defined in

types.ts:15


parseJson

Optional parseJson: boolean

This will run JSON.parse on request data

Tip: false when sending strings

default true

Inherited from

Omit.parseJson

Defined in

types.ts:22