HttpSysServer
[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
File Explorer
Download Latest Version (.zip)- ci-internal.yml
- ci-public.yml
- dependencies.props
- Key.snk
- repo.props
- sources.props
- launchSettings.json
- HotAddSample.csproj
- Startup.cs
- launchSettings.json
- 1kb.txt
- App.config
- SelfHostServer.csproj
- Startup.cs
- AssemblyInfo.cs
- App.config
- Program.cs
- TestClient.csproj
- CookedUrl.cs
- HeapAllocHandle.cs
- HttpApiTypes.cs
- HttpSysRequestHeader.cs
- HttpSysResponseHeader.cs
- NclUtilities.cs
- SafeLocalFreeChannelBinding.cs
- SafeLocalMemHandle.cs
- SafeNativeOverlapped.cs
- SocketAddress.cs
- UnsafeNativeMethods.cs
- HeaderCollection.cs
- HeaderEncoding.cs
- HeaderParser.cs
- HttpKnownHeaderNames.cs
- NativeRequestContext.cs
- RawUrlHelper.cs
- RequestHeaders.cs
- RequestHeaders.Generated.cs
- RequestUriBuilder.cs
- SslStatus.cs
- Constants.cs
- ComNetOS.cs
- DisconnectListener.cs
- HttpApi.cs
- HttpRequestQueueV2Handle.cs
- HttpServerSessionHandle.cs
- HttpSysSettings.cs
- IntPtrHelper.cs
- RequestQueue.cs
- ServerSession.cs
- TokenBindingUtil.cs
- UrlGroup.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- BoundaryType.cs
- ClientCertLoader.cs
- HttpReasonPhrase.cs
- OpaqueStream.cs
- Request.cs
- RequestContext.cs
- RequestHeaders.Generated.tt
- RequestStream.cs
- RequestStreamAsyncResult.cs
- Response.cs
- ResponseBody.cs
- ResponseStreamAsyncResult.cs
- AsyncAcceptContext.cs
- AuthenticationHandler.cs
- AuthenticationManager.cs
- AuthenticationSchemes.cs
- baseline.netcore.json
- FeatureContext.cs
- Helpers.cs
- Http503VerbosityLevel .cs
- HttpSysDefaults.cs
- HttpSysException.cs
- HttpSysListener.cs
- HttpSysOptions.cs
- LogHelper.cs
- MessagePump.cs
- Microsoft.AspNetCore.Server.HttpSys.csproj
- Resources.resx
- ResponseStream.cs
- StandardFeatureCollection.cs
- TimeoutManager.cs
- UrlPrefix.cs
- UrlPrefixCollection.cs
- ValidationHelper.cs
- WebHostBuilderHttpSysExtensions.cs
- Directory.Build.props
- RequestBodyTests.cs
- RequestHeaderTests.cs
- RequestTests.cs
- ResponseBodyTests.cs
- ResponseCachingTests.cs
- ResponseHeaderTests.cs
- ServerTests.cs
- Utilities.cs
- AssemblyInfo.cs
- AuthenticationTests.cs
- DummyApplication.cs
- HttpsTests.cs
- MessagePumpTests.cs
- Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj
- OpaqueUpgradeTests.cs
- OSDontSkipConditionAttribute.cs
- RequestBodyLimitTests.cs
- RequestBodyTests.cs
- RequestHeaderTests.cs
- RequestTests.cs
- ResponseBodyTests.cs
- ResponseCachingTests.cs
- ResponseHeaderTests.cs
- ResponseSendFileTests.cs
- ResponseTests.cs
- ServerTests.cs
- Utilities.cs
- Microsoft.AspNetCore.Server.HttpSys.Tests.csproj
- UrlPrefixTests.cs
- Directory.Build.props
- .appveyor.yml
- .gitattributes
- .gitignore
- .travis.yml
- build.cmd
- build.sh
- CONTRIBUTING.md
- Directory.Build.props
- Directory.Build.targets
- HttpSysServer.sln
- korebuild-lock.txt
- korebuild.json
- LICENSE.txt
- NuGet.config
- NuGetPackageVerifier.json
- README.md
- run.cmd
- run.ps1
- run.sh
- version.props
# Installation Guide
1. Get the code
git clone https://github.com/aspnet/HttpSysServer
Downloads the entire project code from GitHub to your computer.
cd HttpSysServer
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
