v1.4.1
Full Changelog: 1.4.0.1...1.4.1
- Added the
Router.MatchRouteExpressionmethod. - Added the
Router.IsRouteExpressionsOverlapmethod. - Added the
CrossOriginResourceSharingHeaders.AutoAllowOriginconstant. - Added the
CrossOriginResourceSharingHeaders(string?, string[]?, string[]?, string[]?, string[]?, TimeSpan?)constructor. - Added the
TypedValueDictionary.GetOrAdd<T>method. - Added more mime types to the inline mime type list.
- Added the
[FlagsAttribute]to theRequestHandlerExecutionModeenum. - Added the
HttpRequest.GetMultipartFormContentAsyncmethod. - Added the
HttpRequest.GetFormContentAsyncmethod. - Added the
HttpRequest.GetEventSourceAsyncmethod. - Added the
HttpRequest.GetWebSocketAsyncmethod. - Added the
HttpWebSocket.SendAsyncmethod. - Added the
HttpRequestEventSource.SendAsyncmethod. - Added the
HttpRequest.GetJsonContentandHttpRequest.GetJsonContentAsyncmethods. - Made the
HttpWebSocketandHttpRequestEventSourceIDisposable. - Fixed the wrong return type for the
StringValue.GetSingle()method. - Fixed an issue where the log formatter was formatting the
%ticonstant with the month number instead the date and time minute. - Deprecated the
HttpServerConfiguration.DefaultCultureInfoproperty. UseCultureInfo.DefaultThreadCurrentCultureinstead.