Mike Harder
|
6047a62c07
|
Add IWebHostBuilder.UseKestrel(options) overload to configure Kestrel (#720)
- Replace KestrelServerInformation with KestrelServerOptions.
- Move properties from KestrelServerPoolingParameters to KestrelServerOptions.
- Stop reading default options from "kestrel.*" config settings.
- Move extension method IApplicatonBuilder.UseKestrelConnectionLogging() to KestrelServerOptions.UseConnectionLogging()
|
2016-04-13 14:57:54 -07:00 |
Chris R
|
aef612bdac
|
Add IHttpConnectionFeature.ConnectionId.
|
2016-02-18 11:10:55 -08:00 |
Ben Adams
|
f8aa1a676a
|
Pass ServerInformation as property of ServiceContext
|
2016-02-13 05:51:54 +00:00 |
Ben Adams
|
c293bbbd1a
|
Reuse headers to prevent values moving to higher GC gens
|
2016-02-13 01:16:17 +00:00 |
N. Taylor Mullen
|
b062f851dc
|
Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:23:51 -08:00 |
N. Taylor Mullen
|
3cfe2f3070
|
Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
|
2016-01-22 12:23:44 -08:00 |