hserv: Simple http server in haskell.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Simple http server in haskell, similar to as provided by `python -m SimpleHTTPServer`.


[Skip to Readme]

Properties

Versions 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.2.0
Change log None available
Dependencies base (>=4.6 && <=5), cmdargs (>=0.10), wai-app-static (>=2.0), wai-extra (>=2.0), warp (>=2.0) [details]
License MIT
Author rejuvyesh
Maintainer rejuvyesh <mail@rejuvyesh.com>
Category Network
Home page http://github.com/rejuvyesh/hserv
Source repo head: git clone https://github.com/rejuvyesh/hserv
Uploaded by rejuvyesh at 2016-01-18T19:55:24Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hserv-0.1.2.0

[back to package description]

hserv

Hackage Build Status

Simple haskell server (just like python -m http.server).

hserv [OPTIONS]

Common flags:
-p --port[=INT]  Port on which server should run
-? --help        Display help message
-V --version     Print version information

For example to use port 6556, run:

hserv -p6556