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

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

Instance Method Summary collapse

Instance Method Details

#mark_as_pushed!Object



14
15
16
# File 'lib/httpx/plugins/push_promise.rb', line 14

def mark_as_pushed!
  @__pushed = true
end

#pushed?Boolean

Returns:

  • (Boolean)


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

def pushed?
  @__pushed
end