HttpLocation: {
    _type: "HttpLocation";
    connection: Connection;
    metadata: Record<string, string>;
    uri: string;
}

Represents a live HTTP connection of a component

Type declaration

  • _type: "HttpLocation"
  • connection: Connection
  • metadata: Record<string, string>
  • uri: string