passthrow raw content
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Net;
|
||||
|
||||
namespace Pilz.Net.Api;
|
||||
|
||||
@@ -8,4 +9,5 @@ public record class ApiRequestInfo(
|
||||
bool IsAuthenticated,
|
||||
string? AuthKey,
|
||||
string Url,
|
||||
string Method);
|
||||
string Method,
|
||||
HttpListenerContext HttpContext);
|
||||
|
||||
Reference in New Issue
Block a user