Skip to content

Instantly share code, notes, and snippets.

View HaroldBrenesH's full-sized avatar

Harold Brenes Hidalgo HaroldBrenesH

  • Central Bank of Costa Rica
  • Cartago, Costa Rica
  • 01:44 (UTC -06:00)
  • X @HaroldBrenesH
View GitHub Profile
using System.IO.Pipelines;
using System.Net;
using System.Net.Security;
using Microsoft.AspNetCore.Connections;
using Microsoft.AspNetCore.Connections.Features;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Server.Kestrel.Core;
var builder = WebApplication.CreateBuilder(args);