From nobody Sat Apr 20 12:24:28 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+94090+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94090+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1663797125; cv=none; d=zohomail.com; s=zohoarc; b=as0FrRZlSRi7yb1RNpN9QTreKZwSWlqxO2GKdL4ktg1PMlUIuaX/kLrOF+UgExFgMbbZB2pcRvBECBhLm+HL7tNDP+G/rKDyW0gYzgIb9CrwUPKxPB23lSjNjGWylAGfKryAhsA9K6AtbkwwF8xQSvmjz7B9UdaXMeiiKVEhVGk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663797125; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=jBlbNgHdg7EqoZMi+GaC6NBijTT0jL7gLZWJ1rfGOPo=; b=mH138fs/kXdD1Wtlcvax3fW1K5QrdUyjndyfV3ASy7kNWMLmDrdc3op9lkaY4pHoqHTsGF45K3nRA7ELiUe+sV+t3i7n4HO5C07O7Q7M86gQkl9RnRy3CKnbQX/Ioq3pAXs6pcW8zilejqzQiC6X0NhghD3kebWm/WmEX+zee8w= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94090+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1663797125910618.0221593338837; Wed, 21 Sep 2022 14:52:05 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id mcIEYY1788612xrFeoQnDBBv; Wed, 21 Sep 2022 14:52:05 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web08.392.1663797121780520189 for ; Wed, 21 Sep 2022 14:52:05 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="298850807" X-IronPort-AV: E=Sophos;i="5.93,334,1654585200"; d="scan'208";a="298850807" X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 14:52:04 -0700 X-IronPort-AV: E=Sophos;i="5.93,334,1654585200"; d="scan'208";a="597172809" X-Received: from fmbiosdev02.amr.corp.intel.com ([10.80.127.10]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 14:52:04 -0700 From: "Saloni Kasbekar" To: devel@edk2.groups.io Cc: Saloni Kasbekar , Zhiguang Liu , Michael D Kinney , Liming Gao Subject: [edk2-devel] [[edk2-staging/HttpProxy] 1/3] MdePkg/Include: Add the EndPoint Server's URL in HTTP Request Data Date: Wed, 21 Sep 2022 14:51:49 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,saloni.kasbekar@intel.com X-Gm-Message-State: Sy6frev186QhI5OiHmqJJ0nmx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1663797125; bh=TOfLICVirUYbkZ3jXL3jBgdWwjc5kFdao2i0JeVh4Wg=; h=Cc:Date:From:Reply-To:Subject:To; b=ZhLzqQ9JQjfgpp1WUp0XS/8Dyz7YCnfEnQBp3qOXvVWbe4bvII1Fy2Pg1QmIKdEi5zF Bn079fefnn/HquGLYD0uE9IQKPw9V5YPfiFOEdFoeTT0ljoqnIlCyqH3Y5pG+q+shjMVo 620xRbbdetg+ZzM0ZsjCgg0C81MXWe4Dz+g= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1663797127590100001 Content-Type: text/plain; charset="utf-8" Add EndPoint Server URL to HTTP Request Data to be used when a Proxy Server URL is a part of the device path Cc: Zhiguang Liu Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Saloni Kasbekar --- MdePkg/Include/Protocol/Http.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdePkg/Include/Protocol/Http.h b/MdePkg/Include/Protocol/Http.h index 28e6221593..4f77220587 100644 --- a/MdePkg/Include/Protocol/Http.h +++ b/MdePkg/Include/Protocol/Http.h @@ -191,6 +191,11 @@ typedef struct { /// is assumed. See RFC 3986 for more details on URI syntax. /// CHAR16 *Url; + /// + /// The URI of an endpoint host if the Url field contains the address of= a proxy server. + /// This field will be NULL if there is no proxy server in the device pa= th. + /// + CHAR16 *EndPointUrl; } EFI_HTTP_REQUEST_DATA; =20 /// --=20 2.36.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#94090): https://edk2.groups.io/g/devel/message/94090 Mute This Topic: https://groups.io/mt/93837209/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-