aspnet / HttpAbstractions

[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382 stars 194 forks source link

Add ITlsHandshakeFeature #1019

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

Part of https://github.com/aspnet/KestrelHttpServer/issues/2661

davidfowl commented 6 years ago

I think this should be a connection feature instead of an http feature

Tratcher commented 6 years ago

Where do those live? Kestrel.Core/Features? How does HttpSys implement it?

Tratcher commented 6 years ago

Ah, Connections.Abstractions/Features?