package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev
# Functions
NewStream creates a new stream against the provided response writer.
WriteEvent does the actual work of formatting an SSE compliant message sending it over the provided ResponseWriter and flushing.
WritePreamble prepares this http connection for streaming using Server Sent Events.
# Variables
No description provided by the author
# Interfaces
Eventable represents an object that can be converted to an SSE compatible event.