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
- Host: GitHub
- URL: https://github.com/anler/http-sink
- Owner: anler
- Created: 2017-05-10T07:46:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T08:29:48.000Z (about 8 years ago)
- Last Synced: 2025-04-23T00:43:58.797Z (about 1 month ago)
- Topics: haskell, server, sin
- Language: Haskell
- Size: 87.9 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http-sink #
A dead-simple HTTP sink server with logging.

# 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
```