Refactoring: Extract HttpRequest extensions

This commit is contained in:
Dennis Reimann
2022-03-02 18:28:12 +01:00
committed by Andrew Camilleri
parent 6867774627
commit 749c22a0c3
19 changed files with 138 additions and 155 deletions

View File

@@ -6,6 +6,7 @@ using System.Text.Encodings.Web;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using BTCPayServer.Abstractions.Constants;
using BTCPayServer.Abstractions.Extensions;
using BTCPayServer.Models.AppViewModels;
using BTCPayServer.Services.Apps;
using Microsoft.AspNetCore.Mvc;