Metadata >> NuGet >> k-http

k-http

Metadata

Authors Tugberk Ugurlu
Description Command-line HTTP server suitable for testing and local development to host static files.
LicenseUrl https://raw.githubusercontent.com/tugberkugurlu/k-http/master/LICENSE
Owners Tugberk Ugurlu
ProjectUrl https://github.com/tugberkugurlu/k-http
RequireLicenseAcceptance False
Tags http http-server static-files-server aspnet5
PackageSize 10946
PackageHashAlgorithm SHA512
PackageHash 1cylebrFD+VbCMYaAuJVC1jSiJVNs6F5W3h1FZs8pHGyhlp6uqs5IpE+ksAOXlnhe+8zX8+x0Bihx6zI+aSmAQ==
DownloadCount 000000
CreatedDate 2015-09-26T02:53:08
Dependencies Microsoft.AspNet.Hosting:1.0.0-beta7:dnx451|Microsoft.AspNet.StaticFiles:1.0.0-beta7:dnx451|Microsoft.Framework.Configuration:1.0.0-beta7:dnx451|Microsoft.Framework.DependencyInjection:1.0.0-beta7:dnx451|Microsoft.Framework.Logging.Console:1.0.0-beta7:dnx451|Microsoft.Dnx.Runtime.Abstractions:1.0.0-beta7:dnx451|Microsoft.AspNet.Server.WebListener:1.0.0-beta7:dnx451|Microsoft.AspNet.Server.Kestrel:1.0.0-beta7:dnx451

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install k-http -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install k-http -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package k-http
Installing the package (HTTP Basic authentication):
Install-Package k-http -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package k-http -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package k-http

OpenWrap

Installing the package:
o add-wrap k-http
Uninstalling the package:
o remove-wrap k-http

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.1.0-beta7-001
0.1.0-beta5-100
0.1.0-beta5-000