passthrow raw content

This commit is contained in:
Pilzinsel64
2024-12-12 11:37:52 +01:00
parent 2e68e6802b
commit ddc0f33e90
2 changed files with 16 additions and 8 deletions

View File

@@ -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);