-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more support for HTTP copying #148
Labels
enhancement
New feature or request
Comments
jskeet
added a commit
to jskeet/sdk-csharp
that referenced
this issue
Jun 29, 2021
One part of cloudevents#148 Signed-off-by: Jon Skeet <[email protected]>
jskeet
added a commit
to jskeet/sdk-csharp
that referenced
this issue
Jun 29, 2021
One part of cloudevents#148 Signed-off-by: Jon Skeet <[email protected]>
jskeet
added a commit
that referenced
this issue
Jun 30, 2021
One part of #148 Signed-off-by: Jon Skeet <[email protected]>
jskeet
added a commit
to jskeet/sdk-csharp
that referenced
this issue
Jul 14, 2021
New features: - Nullable reference type annotations ([cloudevents#170](cloudevents#170)) - More batch support for HttpListener ([cloudevents#166](cloudevents#166)) - CloudEvent.CopyToHttpResponse extension method (part of [cloudevents#148](cloudevents#148)) Other improvements: - More informative error message for non-CE HTTP requests ([cloudevents#165](cloudevents#165)) Bug fixes: - Various small XML docs typos ([commit](cloudevents@626089e)) - Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](cloudevents@18e1363)) Signed-off-by: Jon Skeet <[email protected]>
jskeet
added a commit
that referenced
this issue
Jul 14, 2021
New features: - Nullable reference type annotations ([#170](#170)) - More batch support for HttpListener ([#166](#166)) - CloudEvent.CopyToHttpResponse extension method (part of [#148](#148)) Other improvements: - More informative error message for non-CE HTTP requests ([#165](#165)) Bug fixes: - Various small XML docs typos ([commit](626089e)) - Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](18e1363)) Signed-off-by: Jon Skeet <[email protected]>
Closed
ericdotnet
added a commit
to ericdotnet/CSharp-sdk-dev
that referenced
this issue
May 13, 2024
New features: - Nullable reference type annotations ([#170](cloudevents/sdk-csharp#170)) - More batch support for HttpListener ([#166](cloudevents/sdk-csharp#166)) - CloudEvent.CopyToHttpResponse extension method (part of [#148](cloudevents/sdk-csharp#148)) Other improvements: - More informative error message for non-CE HTTP requests ([#165](cloudevents/sdk-csharp#165)) Bug fixes: - Various small XML docs typos ([commit](cloudevents/sdk-csharp@626089e)) - Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](cloudevents/sdk-csharp@18e1363)) Signed-off-by: Jon Skeet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Potentially:
We should look at what the current code for each of those would look like, and consider adding extension methods for them.
The text was updated successfully, but these errors were encountered: