Skip to content

Latest commit

 

History

History
85 lines (47 loc) · 2.07 KB

_config_universal_.md

File metadata and controls

85 lines (47 loc) · 2.07 KB

onvif-rx"config/universal"

Module: "config/universal"

Index

Functions

Object literals

Functions

Const FETCH_CONFIG

FETCH_CONFIG(body: string): object

Defined in config/universal.ts:7

Parameters:

Name Type
body string

Returns: object

  • body: string

  • headers(): object

    • Content-Type: string = "application/soap+xml; charset=utf-8;"
  • method: string = "POST"


Const nonce

nonce(size: undefined | number): string

Defined in config/universal.ts:22

Parameters:

Name Type Default
size undefined | number 30

Returns: string


Const sharedFetchWrapper

sharedFetchWrapper(fetchResponse: Promise‹any›): Observable‹ITransportPayoad

Defined in config/universal.ts:9

Parameters:

Name Type
fetchResponse Promise‹any›

Returns: Observable‹ITransportPayoad

Object literals

Const REQUEST_HEADERS

REQUEST_HEADERS: object

Defined in config/universal.ts:6

Content-Type

Content-Type: string = "application/soap+xml; charset=utf-8;"

Defined in config/universal.ts:6