]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishContentCodingLib: EDKII Redfish En/Decode library
authorAbner Chang <abner.chang@hpe.com>
Mon, 18 Jan 2021 02:58:25 +0000 (10:58 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 24 Feb 2021 10:53:08 +0000 (10:53 +0000)
commit35f87da8a2debd443ac842db0a3794b17914a8f4
treef0d69a23b72025ecae24356f1f78205bdf9ae1f4
parent69637f91c70294d1969aec4556c31f603324c449
RedfishPkg/RedfishContentCodingLib: EDKII Redfish En/Decode library

BZ#:3174
Platform library to provide the encoding/decoding algorithms for
the Redfish packets.
The supported value could be one of below or any which is
platform-specific.
  - HTTP_CONTENT_ENCODING_IDENTITY "identity"
  - HTTP_CONTENT_ENCODING_GZIP     "gzip"
  - HTTP_CONTENT_ENCODING_COMPRESS "compress"
  - HTTP_CONTENT_ENCODING_DEFLATE  "deflate"
  - HTTP_CONTENT_ENCODING_BROTLI   "br"

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
RedfishPkg/Include/Library/RedfishContentCodingLib.h [new file with mode: 0644]
RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.c [new file with mode: 0644]
RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf [new file with mode: 0644]
RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishPkg.dsc