sdk-csharp icon indicating copy to clipboard operation
sdk-csharp copied to clipboard

Add more support for HTTP copying

Open jskeet opened this issue 3 years ago • 0 comments

Potentially:

  • CloudEvent.CopyToHttpRequestMessage
  • CloudEvent.CopyToHttpResponseMessage
  • HttpContent.ToCloudEvent (may not be terribly useful)
  • HttpWebResponse.ToCloudEvent
  • CloudEvent.CopyToHttpResponse (ASP.NET Core)

We should look at what the current code for each of those would look like, and consider adding extension methods for them.

jskeet avatar May 24 '21 07:05 jskeet