module HTTPX::Plugins::PushPromise::ResponseMethods

def mark_as_pushed!

def mark_as_pushed!
  @__pushed = true
end

def pushed?

def pushed?
  @__pushed
end