Skip to content

Instantly share code, notes, and snippets.

@whitebig2
whitebig2 / CustomHttpClientHelper.cs
Created December 29, 2025 00:50
Custom HttpClientHelper Class
using System.Net.Http.Headers;
using System.Text;
using JNPF.Logging;
using Microsoft.AspNetCore.WebUtilities;
using Newtonsoft.Json;
namespace Tnb.Common.Utils
{
public class ApiException : Exception
{