dotnet / systemweb-adapters

MIT License
337 stars 59 forks source link

Add IHttpHandler members to HttpContext #489

Closed twsouthwick closed 6 months ago

twsouthwick commented 7 months ago

This change adds the types/methods expected on HttpContext, but does not add a full implementation for IHttpHandler. That is available for the end user to implement (for now) via the IHttpHandlerFeature.