HttpServerLite 1.2.3
.NET 5.0
.NET Core 3.1
.NET Standard 2.1
.NET Framework 4.6.1
Install-Package HttpServerLite -Version 1.2.3
dotnet add package HttpServerLite --version 1.2.3
<PackageReference Include="HttpServerLite" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HttpServerLite --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HttpServerLite, 1.2.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install HttpServerLite as a Cake Addin
#addin nuget:?package=HttpServerLite&version=1.2.3
// Install HttpServerLite as a Cake Tool
#tool nuget:?package=HttpServerLite&version=1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
User-space HTTP and HTTPS server without http.sys written in C#. Please visit the project site README for details on implementation.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- CavemanTcp (>= 1.3.8.3)
- IpMatcher (>= 1.0.4.3)
- Newtonsoft.Json (>= 13.0.1)
- RegexMatcher (>= 1.0.7.1)
- UrlMatcher (>= 1.0.0.2)
-
.NETFramework 4.6.1
- CavemanTcp (>= 1.3.8.3)
- IpMatcher (>= 1.0.4.3)
- Newtonsoft.Json (>= 13.0.1)
- RegexMatcher (>= 1.0.7.1)
- UrlMatcher (>= 1.0.0.2)
-
.NETStandard 2.1
- CavemanTcp (>= 1.3.8.3)
- IpMatcher (>= 1.0.4.3)
- Newtonsoft.Json (>= 13.0.1)
- RegexMatcher (>= 1.0.7.1)
- UrlMatcher (>= 1.0.0.2)
-
net5.0
- CavemanTcp (>= 1.3.8.3)
- IpMatcher (>= 1.0.4.3)
- Newtonsoft.Json (>= 13.0.1)
- RegexMatcher (>= 1.0.7.1)
- UrlMatcher (>= 1.0.0.2)
-
net6.0
- CavemanTcp (>= 1.3.8.3)
- IpMatcher (>= 1.0.4.3)
- Newtonsoft.Json (>= 13.0.1)
- RegexMatcher (>= 1.0.7.1)
- UrlMatcher (>= 1.0.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HttpServerLite:
Package | Downloads |
---|---|
KaiheilaBot.Core
.NET 开黑啦机器人框架核心,用于插件的开发 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.3 | 46 | 5/19/2022 |
1.2.2 | 130 | 5/4/2022 |
1.2.1.11 | 157 | 4/1/2022 |
1.2.1.10 | 75 | 3/30/2022 |
1.2.1.8 | 97 | 2/18/2022 |
1.2.1.7 | 96 | 1/19/2022 |
1.2.1.6 | 148 | 1/13/2022 |
1.2.1.5 | 163 | 12/20/2021 |
1.2.1.4 | 79 | 12/20/2021 |
1.2.1.3 | 975 | 11/12/2021 |
1.2.1.2 | 1,965 | 10/6/2021 |
1.2.1.1 | 1,581 | 8/19/2021 |
1.2.1 | 3,868 | 2/22/2021 |
1.2.0 | 3,995 | 12/26/2020 |
1.1.0.2 | 342 | 12/26/2020 |
1.1.0.1 | 290 | 11/18/2020 |
1.0.6.1 | 226 | 11/11/2020 |
1.0.6 | 257 | 11/10/2020 |
1.0.5 | 301 | 11/9/2020 |
1.0.4 | 249 | 10/14/2020 |
1.0.3 | 240 | 10/14/2020 |
1.0.2 | 309 | 10/10/2020 |
1.0.1.1 | 1,705 | 8/30/2020 |
1.0.1 | 5,626 | 7/12/2020 |
1.0.0.16 | 776 | 6/30/2020 |
Added callbacks with AuthorizeConnection method.