DMTF / Redfish-Event-Listener

The Redfish Event Listener is a lightweight HTTPS server that can be deployed to read and record events from Redfish services.
Other
31 stars 15 forks source link

Added HTTPRequest to handle raw HTTPRequest #29

Closed kishankarun closed 2 weeks ago

kishankarun commented 1 year ago

Replaced HTTPRequest(connstreamout) instead of r = SocketReader(connstreamout) p = HttpStream(r)

mraineri commented 2 weeks ago

Closing; addressed by a different PR