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

https://github.com/anler/http-sink

Simple http-sink server with logging
https://github.com/anler/http-sink

haskell server sin

Last synced: about 1 month ago
JSON representation

Simple http-sink server with logging

Awesome Lists containing this project

README

        

# http-sink #

A dead-simple HTTP sink server with logging.

![screenshot](https://raw.githubusercontent.com/anler/http-sink/master/images/screenshot.png)

# Installation #

For Mac/Linux binaries go to [releases](https://github.com/anler/http-sink/releases/latest)

## Homebrew on Mac ##

```sh
$ brew update
$ brew install anler/tools/http-sink
```

## Haskell Stack ##

```sh
$ stack update
$ stack install http-sink
```