StreamResponse constructor

StreamResponse(
  1. Stream<SseEvent> stream
)

Implementation

StreamResponse(this.stream);