🚚 Rename the DysonNetwork.Shared.Http module

This commit is contained in:
2026-01-18 20:26:34 +08:00
parent a3c1d74501
commit fc2215ec63
24 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;
namespace DysonNetwork.Shared.Http;
namespace DysonNetwork.Shared.Networking;
/// <summary>
/// Standardized error payload to return to clients.

View File

@@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Server.Kestrel.Core;
using Microsoft.Extensions.Configuration;
namespace DysonNetwork.Shared.Http;
namespace DysonNetwork.Shared.Networking;
public static class KestrelConfiguration
{

View File

@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.Extensions.Configuration;
using IPNetwork = System.Net.IPNetwork;
namespace DysonNetwork.Shared.Http;
namespace DysonNetwork.Shared.Networking;
public static class KnownProxiesConfiguration
{

View File

@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.OpenApi;
namespace DysonNetwork.Shared.Http;
namespace DysonNetwork.Shared.Networking;
public static class SwaggerGen
{