stomp-headers.js 382 B

123456789101112
  1. /**
  2. * STOMP headers. Many functions calls will accept headers as parameters.
  3. * The headers sent by Broker will be available as [IFrame#headers]{@link IFrame#headers}.
  4. *
  5. * `key` and `value` must be valid strings.
  6. * In addition, `key` must not contain `CR`, `LF`, or `:`.
  7. *
  8. * Part of `@stomp/stompjs`.
  9. */
  10. export class StompHeaders {
  11. }
  12. //# sourceMappingURL=stomp-headers.js.map