Skip to content

Instantly share code, notes, and snippets.

View FireAlkazar's full-sized avatar

Pavel Maltsev FireAlkazar

View GitHub Profile
@FireAlkazar
FireAlkazar / aspnetcore_HttpParser.cs
Created June 7, 2021 01:19
HttpParser with indenting removed
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure;
//our root app component
import {Component, NgModule} from '@angular/core'
import {BrowserModule} from '@angular/platform-browser'
@Component({
selector: 'my-app',
template: `
<div>
<h2>Hello {{name}}</h2>
<ul>