Skip to content

Commit

Permalink
IHTTP.ServerResponse -> add native response object
Browse files Browse the repository at this point in the history
IHTTP.ServerResponse.cs -> add native object
  • Loading branch information
alec1o committed Jun 27, 2024
1 parent beb28e5 commit 37928ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/http/interfaces/IHTTP.ServerResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ public static partial class IHTTP
{
public interface ServerResponse
{
/// <summary>
/// Native Response Object
/// </summary>
HttpListenerResponse NativeResponse { get; }

/// <summary>
/// Response Headers
/// </summary>
Expand Down

0 comments on commit 37928ed

Please sign in to comment.