UNPKG

axis-core

Version:

A Node.js library written in TypeScript containing shared behavior for the other packages, e.g. code handling communication and authentication with Axis Communication cameras.

14 lines 275 B
/** * Enum describing communication protocols. */ export declare enum Protocol { /** * Hypertext Transfer Protocol (HTTP). */ Http = 0, /** * HTTP over Transport Layer Security (TLS). */ Https = 1 } //# sourceMappingURL=Protocol.d.ts.map