k-http 0.1.0-beta-001

This is a prerelease version of k-http.
There is a newer prerelease version of this package available.
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
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="k-http" Version="0.1.0-beta-001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add k-http --version 0.1.0-beta-001
#r "nuget: k-http, 0.1.0-beta-001"
#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.
// 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 Compatible and additional computed target framework versions.
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0-beta-003 69 4/26/2015
0.1.0-beta-002 37 4/22/2015
0.1.0-beta-001 31 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