Module: HTTPX::Plugins::Stream::InstanceMethods

Defined in:
lib/httpx/plugins/stream.rb

Instance Method Summary collapse

Instance Method Details

#streamObject



10
11
12
13
# File 'lib/httpx/plugins/stream.rb', line 10

def stream
  headers("accept" => "text/event-stream",
          "cache-control" => "no-cache")
end