Attributes
Public Class methods
new(*)
[show source]
# File lib/httpx/plugins/server_sent_events.rb 62 def initialize(*) 63 super 64 65 @last_server_sent_message = nil 66 end