public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <abner.chang@hpe.com>
Cc: "'Michael D Kinney'" <michael.d.kinney@intel.com>,
	"'Zhiguang Liu'" <zhiguang.liu@intel.com>,
	"'Wu Jiaxin'" <jiaxin.wu@intel.com>,
	"'Fu Siyuan'" <siyuan.fu@intel.com>,
	"'Wang Fan'" <fan.wang@intel.com>,
	"'Nickle Wang'" <nickle.wang@hpe.com>,
	"'Maciej Rabeda'" <maciej.rabeda@linux.intel.com>
Subject: 回复: [edk2-devel] [PATCH] MdePkg/Include: Add HTTP definitions
Date: Wed, 14 Oct 2020 13:23:27 +0800	[thread overview]
Message-ID: <003701d6a1ea$25b3ae00$711b0a00$@byosoft.com.cn> (raw)
In-Reply-To: <20200928060055.494416-1-abner.chang@hpe.com>

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: bounce+27952+65675+4905953+8761045@groups.io
> <bounce+27952+65675+4905953+8761045@groups.io> 代表 Abner Chang
> 发送时间: 2020年9月28日 14:01
> 收件人: devel@edk2.groups.io
> 抄送: abner.chang@hpe.com; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu@intel.com>; Wu Jiaxin <jiaxin.wu@intel.com>; Fu
> Siyuan <siyuan.fu@intel.com>; Wang Fan <fan.wang@intel.com>; Nickle
> Wang <nickle.wang@hpe.com>; Maciej Rabeda
> <maciej.rabeda@linux.intel.com>
> 主题: [edk2-devel] [PATCH] MdePkg/Include: Add HTTP definitions
> 
> BZ #2915,
> https://bugzilla.tianocore.org/show_bug.cgi?id=2915
> 
> Add definitions for HTTP chunk transfer. HTTP chunk
> would be used in UEFI Redfish solution for provisioning
> or patch BIOS Redfish properties.
> 
> Signed-off-by: Abner Chang <abner.chang@hpe.com>
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Wu Jiaxin <jiaxin.wu@intel.com>
> Cc: Fu Siyuan <siyuan.fu@intel.com>
> Cc: Wang Fan <fan.wang@intel.com>
> Cc: Nickle Wang <nickle.wang@hpe.com>
> Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Http11.h | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Http11.h
> b/MdePkg/Include/IndustryStandard/Http11.h
> index d124bec37b0..890bb6913bd 100644
> --- a/MdePkg/Include/IndustryStandard/Http11.h
> +++ b/MdePkg/Include/IndustryStandard/Http11.h
> @@ -146,7 +146,11 @@
>  /// is a property of the message, not of the entity.
>  ///
>  #define HTTP_HEADER_TRANSFER_ENCODING  "Transfer-Encoding"
> -
> +#define HTTP_HEADER_TRANSFER_ENCODING_CHUNKED "chunked"
> +#define CHUNKED_TRNASFER_CODING_CR '\r'
> +#define CHUNKED_TRNASFER_CODING_LF '\n'
> +#define CHUNKED_TRNASFER_CODING_LAST_CHUNK '0'
> +#define CHUNKED_TRNASFER_CODING_EXTENSION_SAPERATOR ';'
> 
>  ///
>  /// User Agent Request Header
> --
> 2.21.0.windows.1
> 
> 
> 
> 
> 




      reply	other threads:[~2020-10-14  5:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28  6:00 [PATCH] MdePkg/Include: Add HTTP definitions Abner Chang
2020-10-14  5:23 ` gaoliming [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003701d6a1ea$25b3ae00$711b0a00$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox