Module: HTTPX::Plugins::ServerSentEvents::RequestMethods

Defined in:
lib/httpx/plugins/server_sent_events.rb,
sig/plugins/server_sent_events.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#last_server_sent_messageMessage?

Returns the value of attribute last_server_sent_message.

Returns:



60
61
62
# File 'lib/httpx/plugins/server_sent_events.rb', line 60

def last_server_sent_message
  @last_server_sent_message
end

Instance Method Details

#initializeObject



62
63
64
65
66
# File 'lib/httpx/plugins/server_sent_events.rb', line 62

def initialize(*)
  super

  @last_server_sent_message = nil
end