* [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller
@ 2023-10-24 8:38 Nickle Wang via groups.io
2023-10-26 5:39 ` Chang, Abner via groups.io
[not found] ` <179191BD48E6E024.11247@groups.io>
0 siblings, 2 replies; 3+ messages in thread
From: Nickle Wang via groups.io @ 2023-10-24 8:38 UTC (permalink / raw)
To: devel; +Cc: Abner Chang, Igor Kulchytskyy, Nick Ramirez
The purpose of this patch series is to add new interfaces in RedfishLib
to return HTTP headers to caller. I also fix typos and compile error in
RedfishLib. PR is opened here: https://github.com/tianocore/edk2/pull/4944
Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Nickle Wang (3):
RedfishPkg/RedfishLib: introduce new interfaces.
RedfishPkg/libredfish: introduce new interfaces.
RedfishPkg/RedfishLib: return HTTP headers to caller
.../PrivateLibrary/RedfishLib/RedfishLib.inf | 2 +
RedfishPkg/Include/Library/RedfishLib.h | 95 ++++-
.../edk2libredfish/include/redfishService.h | 44 +++
.../PrivateLibrary/RedfishLib/RedfishLib.c | 163 +++++++-
.../PrivateLibrary/RedfishLib/RedfishMisc.c | 13 +-
.../RedfishLib/edk2libredfish/src/payload.c | 3 +-
.../RedfishLib/edk2libredfish/src/service.c | 369 ++++++++++++++++--
7 files changed, 625 insertions(+), 64 deletions(-)
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109990): https://edk2.groups.io/g/devel/message/109990
Mute This Topic: https://groups.io/mt/102154010/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller
2023-10-24 8:38 [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller Nickle Wang via groups.io
@ 2023-10-26 5:39 ` Chang, Abner via groups.io
[not found] ` <179191BD48E6E024.11247@groups.io>
1 sibling, 0 replies; 3+ messages in thread
From: Chang, Abner via groups.io @ 2023-10-26 5:39 UTC (permalink / raw)
To: Nickle Wang, devel@edk2.groups.io; +Cc: Igor Kulchytskyy, Nick Ramirez
[AMD Official Use Only - General]
Hi Nickle,
Seems no differences in this patch.
Abner
> -----Original Message-----
> From: Nickle Wang <nicklew@nvidia.com>
> Sent: Tuesday, October 24, 2023 4:39 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>; Nick Ramirez <nramirez@nvidia.com>
> Subject: [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> The purpose of this patch series is to add new interfaces in RedfishLib
> to return HTTP headers to caller. I also fix typos and compile error in
> RedfishLib. PR is opened here: https://github.com/tianocore/edk2/pull/4944
>
> Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
> Cc: Nick Ramirez <nramirez@nvidia.com>
>
> Nickle Wang (3):
> RedfishPkg/RedfishLib: introduce new interfaces.
> RedfishPkg/libredfish: introduce new interfaces.
> RedfishPkg/RedfishLib: return HTTP headers to caller
>
> .../PrivateLibrary/RedfishLib/RedfishLib.inf | 2 +
> RedfishPkg/Include/Library/RedfishLib.h | 95 ++++-
> .../edk2libredfish/include/redfishService.h | 44 +++
> .../PrivateLibrary/RedfishLib/RedfishLib.c | 163 +++++++-
> .../PrivateLibrary/RedfishLib/RedfishMisc.c | 13 +-
> .../RedfishLib/edk2libredfish/src/payload.c | 3 +-
> .../RedfishLib/edk2libredfish/src/service.c | 369 ++++++++++++++++--
> 7 files changed, 625 insertions(+), 64 deletions(-)
>
> --
> 2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110071): https://edk2.groups.io/g/devel/message/110071
Mute This Topic: https://groups.io/mt/102154010/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller
[not found] ` <179191BD48E6E024.11247@groups.io>
@ 2023-10-26 5:40 ` Chang, Abner via groups.io
0 siblings, 0 replies; 3+ messages in thread
From: Chang, Abner via groups.io @ 2023-10-26 5:40 UTC (permalink / raw)
To: devel@edk2.groups.io, Chang, Abner, Nickle Wang
Cc: Igor Kulchytskyy, Nick Ramirez
[AMD Official Use Only - General]
Ah sorry. Please ignore this. The patch is 0/3.
Abner
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Chang,
> Abner via groups.io
> Sent: Thursday, October 26, 2023 1:40 PM
> To: Nickle Wang <nicklew@nvidia.com>; devel@edk2.groups.io
> Cc: Igor Kulchytskyy <igork@ami.com>; Nick Ramirez <nramirez@nvidia.com>
> Subject: Re: [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP
> headers to caller
>
> [AMD Official Use Only - General]
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> [AMD Official Use Only - General]
>
> Hi Nickle,
> Seems no differences in this patch.
>
> Abner
>
> > -----Original Message-----
> > From: Nickle Wang <nicklew@nvidia.com>
> > Sent: Tuesday, October 24, 2023 4:39 PM
> > To: devel@edk2.groups.io
> > Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> > <igork@ami.com>; Nick Ramirez <nramirez@nvidia.com>
> > Subject: [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller
> >
> > Caution: This message originated from an External Source. Use proper
> caution
> > when opening attachments, clicking links, or responding.
> >
> >
> > The purpose of this patch series is to add new interfaces in RedfishLib
> > to return HTTP headers to caller. I also fix typos and compile error in
> > RedfishLib. PR is opened here:
> https://github.com/tianocore/edk2/pull/4944
> >
> > Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> > Cc: Abner Chang <abner.chang@amd.com>
> > Cc: Igor Kulchytskyy <igork@ami.com>
> > Cc: Nick Ramirez <nramirez@nvidia.com>
> >
> > Nickle Wang (3):
> > RedfishPkg/RedfishLib: introduce new interfaces.
> > RedfishPkg/libredfish: introduce new interfaces.
> > RedfishPkg/RedfishLib: return HTTP headers to caller
> >
> > .../PrivateLibrary/RedfishLib/RedfishLib.inf | 2 +
> > RedfishPkg/Include/Library/RedfishLib.h | 95 ++++-
> > .../edk2libredfish/include/redfishService.h | 44 +++
> > .../PrivateLibrary/RedfishLib/RedfishLib.c | 163 +++++++-
> > .../PrivateLibrary/RedfishLib/RedfishMisc.c | 13 +-
> > .../RedfishLib/edk2libredfish/src/payload.c | 3 +-
> > .../RedfishLib/edk2libredfish/src/service.c | 369 ++++++++++++++++--
> > 7 files changed, 625 insertions(+), 64 deletions(-)
> >
> > --
> > 2.17.1
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110072): https://edk2.groups.io/g/devel/message/110072
Mute This Topic: https://groups.io/mt/102154010/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-26 5:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 8:38 [edk2-devel] [PATCH 0/3] RedfishPkg/RedfishLib: Return HTTP headers to caller Nickle Wang via groups.io
2023-10-26 5:39 ` Chang, Abner via groups.io
[not found] ` <179191BD48E6E024.11247@groups.io>
2023-10-26 5:40 ` Chang, Abner via groups.io
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox