class Playwright::Response

def server_addr

Returns the IP address and port of the server.
def server_addr
  wrap_impl(@impl.server_addr)
end