mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
Move HttpListenerHost middleware up the pipeline
This commit is contained in:
@@ -35,9 +35,10 @@ namespace MediaBrowser.Controller.Net
|
||||
/// <summary>
|
||||
/// The HTTP request handler.
|
||||
/// </summary>
|
||||
/// <param name="context"></param>
|
||||
/// <returns></returns>
|
||||
Task RequestHandler(HttpContext context);
|
||||
/// <param name="context">The current HTTP context.</param>
|
||||
/// <param name="next">The next middleware in the ASP.NET pipeline.</param>
|
||||
/// <returns>The task.</returns>
|
||||
Task RequestHandler(HttpContext context, Func<Task> next);
|
||||
|
||||
/// <summary>
|
||||
/// Get the default CORS headers.
|
||||
|
||||
Reference in New Issue
Block a user