/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Shared/HttpParseResult.cs
11 строк
257 B
Aditya Mandaleeka
Unify HTTP token parsing code (#46580)
14 фев 2023, 05:45
Не верифицирован
14 фев 2023, 05:45
d6fa351
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Net.Http.Headers; internal enum HttpParseResult { Parsed, NotParsed, InvalidFormat, }