An open API service indexing awesome lists of open source software.

https://github.com/rmmlr/rca.lighthttpserver

Very simple and lightweight HTTP server implementation
https://github.com/rmmlr/rca.lighthttpserver

appveyor get http http-server nuget post

Last synced: 6 months ago
JSON representation

Very simple and lightweight HTTP server implementation

Awesome Lists containing this project

README

          

# Rca.LightHttpServer
Very simple and lightweight HTTP server implementation.

## How To use

TODO

## How To install

Download the source from GitHub or get the compiled assembly from NuGet [Rca.LightHttpServer on NuGet](https://www.nuget.org/packages/Rca.LightHttpServer/).

[![NuGet](https://img.shields.io/nuget/v/Rca.LightHttpServer.svg)](https://www.nuget.org/packages/Rca.LightHttpServer)
[![NuGet](https://img.shields.io/nuget/dt/Rca.LightHttpServer.svg)](https://www.nuget.org/packages/Rca.LightHttpServer/)

## Releases
This project build on the continuous integration (CI) platform [AppVeyor](https://www.appveyor.com/) and released in the [Release-Feed](https://github.com/rmmlr/Rca.LightHttpServer/releases).

[![AppVeyor Build](https://img.shields.io/appveyor/ci/rmmlr/lighthttpserver.svg)](https://ci.appveyor.com/project/rmmlr/lighthttpserver)
[![AppVeyor Tests](https://img.shields.io/appveyor/tests/rmmlr/LightHttpServer/master.svg)](https://ci.appveyor.com/project/rmmlr/LightHttpServer/build/tests)

[![GitHub Release](https://img.shields.io/github/release/rmmlr/rca.lighthttpserver.svg)](https://github.com/rmmlr/rca.lighthttpserver/releases/latest)
[![GitHub (Pre-)Release](https://img.shields.io/github/release/rmmlr/rca.lighthttpserver/all.svg)](https://github.com/rmmlr/rca.lighthttpserver/releases) (Pre-)Release

## Credits

* **Elias Ruemmler** - *Initial work* - [rmmlr](https://github.com/rmmlr)

Under [Contributors](https://github.com/rmmlr/Rca.LightHttpServer/contributors) you can see more project supporter.

## License

This project (Rca.LightHttpServer) is licensed under [MIT License](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form").
Refer to [LICENSE](https://github.com/rmmlr/Rca.LightHttpServer/blob/master/LICENSE) for more information.

[![license](https://img.shields.io/github/license/rmmlr/LightHttpServer.svg)](https://github.com/rmmlr/Rca.LightHttpServer/blob/master/LICENSE)