Microsoft.AspNetCore.Http 1.0.2

Prefix Reserved
Details
Advisory: https://github.com/advisories/GHSA-hxrm-9w7p-39cc Severity: high
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Http --version 1.0.2
                    
NuGet\Install-Package Microsoft.AspNetCore.Http -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Http" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Http --version 1.0.2
                    
#r "nuget: Microsoft.AspNetCore.Http, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Http&version=1.0.2
                    
Install Microsoft.AspNetCore.Http as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Http&version=1.0.2
                    
Install Microsoft.AspNetCore.Http as a Cake Tool

ASP.NET Core default HTTP feature implementations.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.3K)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Http:

Package Downloads
Microsoft.AspNetCore.Mvc.Core

ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute

Microsoft.AspNetCore.Authentication.Core

ASP.NET Core common types used by the various authentication middleware components.

Microsoft.AspNetCore.Hosting

ASP.NET Core hosting infrastructure and startup logic for web applications.

Microsoft.ApplicationInsights.AspNetCore

Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156

Microsoft.AspNetCore.Authentication

ASP.NET Core common types used by the various authentication middleware components.

GitHub repositories (155)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Http:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Jackett/Jackett
API Support for your favorite torrent trackers
chocolatey/choco
Chocolatey - the package manager for Windows
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
apache/lucenenet
Apache Lucene.NET
OPCFoundation/UA-.NETStandard
OPC Unified Architecture .NET Standard
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
microsoft/Recognizers-Text
Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
CoreWCF/CoreWCF
Main repository for the Core WCF project
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
Version Downloads Last updated
2.3.0 5,007,201 1/14/2025
2.2.2 276,806,641 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.0 435,751,388 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 218,163 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 181,129 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 90,342 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.34 12,681,703 5/10/2022
2.1.22 191,449,843 9/8/2020
2.1.1 144,664,173 6/18/2018 2.1.1 has at least one vulnerability with high severity.
2.1.0 145,112,310 5/29/2018 2.1.0 has at least one vulnerability with high severity.
2.1.0-rc1-final 369,824 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained; 2.1.0-rc1-final has at least one vulnerability with high severity.
2.1.0-preview2-final 629,800 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained; 2.1.0-preview2-final has at least one vulnerability with high severity.
2.1.0-preview1-final 393,962 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained; 2.1.0-preview1-final has at least one vulnerability with high severity.
2.0.3 11,226,430 5/7/2018 2.0.3 is deprecated because it is no longer maintained; 2.0.3 has at least one vulnerability with high severity.
2.0.2 17,007,066 3/13/2018 2.0.2 is deprecated because it is no longer maintained; 2.0.2 has at least one vulnerability with high severity.
2.0.1 31,974,308 11/14/2017 2.0.1 is deprecated because it is no longer maintained; 2.0.1 has at least one vulnerability with high severity.
2.0.0 125,812,341 8/11/2017 2.0.0 is deprecated because it is no longer maintained; 2.0.0 has at least one vulnerability with high severity.
2.0.0-preview2-final 163,232 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained; 2.0.0-preview2-final has at least one vulnerability with high severity.
2.0.0-preview1-final 81,328 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained; 2.0.0-preview1-final has at least one vulnerability with high severity.
1.1.2 17,334,520 5/9/2017 1.1.2 is deprecated because it is no longer maintained; 1.1.2 has at least one vulnerability with high severity.
1.1.1 8,287,980 3/6/2017 1.1.1 is deprecated because it is no longer maintained; 1.1.1 has at least one vulnerability with high severity.
1.1.0 5,989,324 11/16/2016 1.1.0 is deprecated because it is no longer maintained; 1.1.0 has at least one vulnerability with high severity.
1.1.0-preview1-final 83,139 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained; 1.1.0-preview1-final has at least one vulnerability with high severity.
1.0.4 14,831,723 11/14/2017 1.0.4 is deprecated because it is no longer maintained; 1.0.4 has at least one vulnerability with high severity.
1.0.3 30,925,224 5/9/2017 1.0.3 is deprecated because it is no longer maintained; 1.0.3 has at least one vulnerability with high severity.
1.0.2 80,291,844 3/6/2017 1.0.2 is deprecated because it is no longer maintained; 1.0.2 has at least one vulnerability with high severity.
1.0.1 3,529,855 12/12/2016 1.0.1 is deprecated because it is no longer maintained; 1.0.1 has at least one vulnerability with high severity.
1.0.0 29,998,595 6/27/2016 1.0.0 is deprecated because it is no longer maintained; 1.0.0 has at least one vulnerability with high severity.
1.0.0-rc2-final 1,942,436 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained; 1.0.0-rc2-final has at least one vulnerability with high severity.