UNPKG

cloudevents

Version:
9 lines (8 loc) 165 B
/** * An enum representing the transport protocols for an event */ export declare const enum Protocol { HTTPBinary = 0, HTTPStructured = 1, HTTP = 2 }