Move most classes into Kestrel's "Internal" namespace #909

Closed
halter73 opened this Issue Jun 3, 2016 · 1 comment

2 participants

@halter73
aspnet member

Most Kestrel classes don't expose public APIs that we want to support (i.e. maintain compatibility) in the future. To signal this, we should move these classes into an "Internal" namespace like we do for KestrelServerOptionsSetup. This applies to both the main and https projects.

@halter73 halter73 added the task label Jun 3, 2016
@halter73 halter73 added this to the 1.0.0 milestone Jun 3, 2016
@anurse anurse was assigned by halter73 Jun 3, 2016
@halter73
aspnet member

Thanks @anurse!

@anurse anurse added the 2 - Working label Jun 3, 2016
@anurse anurse closed this in #910 Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment