sonarr-repo-only/src/Sonarr.Http/Middleware
Qstick 42e45f93ac Use const where appropriate
The value of a const field is computed at compile time and stored in the metadata, which improves run-time performance when it is compared to a static readonly field.
2023-03-15 19:24:48 -05:00
..
BufferingMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
CacheHeaderMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
CacheableSpecification.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
IfModifiedMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
LoggingMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
StartingUpMiddleware.cs Use const where appropriate 2023-03-15 19:24:48 -05:00
UrlBaseMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00
VersionMiddleware.cs New: Use ASP.NET Core instead of Nancy 2022-08-07 15:24:37 -07:00