k-http
0.1.0-beta-001
See the version list below for details.
dotnet add package k-http --version 0.1.0-beta-001
NuGet\Install-Package k-http -Version 0.1.0-beta-001
<PackageReference Include="k-http" Version="0.1.0-beta-001" />
paket add k-http --version 0.1.0-beta-001
#r "nuget: k-http, 0.1.0-beta-001"
// Install k-http as a Cake Addin #addin nuget:?package=k-http&version=0.1.0-beta-001&prerelease // Install k-http as a Cake Tool #tool nuget:?package=k-http&version=0.1.0-beta-001&prerelease
Command-line HTTP server suitable for testing and local development to host static files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
DNX | dnx451 is compatible. |
-
Unsupported 0.0
- Microsoft.AspNet.Hosting (>= 1.0.0-beta5-11653)
- Microsoft.AspNet.Server.WebListener (>= 1.0.0-beta5-12015)
- Microsoft.AspNet.StaticFiles (>= 1.0.0-beta5-11806)
- Microsoft.Framework.ConfigurationModel (>= 1.0.0-beta5-11230)
- Microsoft.Framework.DependencyInjection (>= 1.0.0-beta5-11259)
- Microsoft.Framework.Runtime.Interfaces (>= 1.0.0-beta5-11593)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0-beta7-001 | 1,058 | 9/26/2015 |
0.1.0-beta5-100 | 810 | 7/1/2015 |
0.1.0-beta5-000 | 778 | 7/1/2015 |
0.1.0-beta-003 | 1,018 | 4/26/2015 |
0.1.0-beta-002 | 934 | 4/22/2015 |
0.1.0-beta-001 | 1,089 | 4/22/2015 |
Features
- Can run k-http under the directory which needs to be hosted.
Usage Notes:
- This is tested under dnx 1.0.0-beta5-11593 from aspnetvnext MvGet feed. Make sure this is active feed before installing and using.
- To install this globally, run the following command after you make sure that you have the correct dnx version active: dnu commands install k-http --source "https://www.myget.org/F/aspnetvnext/api/v2" --source "https://nuget.org/api/v2/"
- You should have k-http under your path. Run this under the desired directory to expose the static files through http;//localhost:5000