class Playwright::APIResponse

def dispose

Disposes the body of this response. If not called then the body will stay in memory until the context closes.
def dispose
  wrap_impl(@impl.dispose)
end