Module: HTTPX::Plugins::PushPromise::ResponseMethods

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

Instance Method Summary collapse

Instance Method Details

#mark_as_pushed!Object



22
23
24
# File 'lib/httpx/plugins/push_promise.rb', line 22

def mark_as_pushed!
  @__pushed = true
end

#pushed?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/httpx/plugins/push_promise.rb', line 18

def pushed?
  @__pushed
end