aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Remove use of `HttpContext.Items` in Core receivers #173

Closed dougbu closed 6 years ago

dougbu commented 6 years ago

As long as the Body is buffered (which the model binders do), no need to "save" on redoing model binding.

dougbu commented 6 years ago

c3381ba199