Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kairichard/zreqlo
Http -> Go -> Redis
https://github.com/kairichard/zreqlo
Last synced: 9 days ago
JSON representation
Http -> Go -> Redis
- Host: GitHub
- URL: https://github.com/kairichard/zreqlo
- Owner: kairichard
- License: mit
- Created: 2014-02-15T18:09:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T15:07:54.000Z (over 10 years ago)
- Last Synced: 2024-06-21T09:52:21.920Z (8 months ago)
- Language: Go
- Size: 2.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zreqlo, a simple request logger
----
[![Build Status](https://travis-ci.org/kairichard/zreqlo.png?branch=master)](https://travis-ci.org/kairichard/request_logger)This can be used to write `RawQuery` and `Useragent` into redis for later processing.
This is mainly an exercise in golang.```
Synopsis
-bind="127.0.0.1:5000": Location server should listen at
-redis="127.0.0.1:6379": Location of redis instance
-mount="/": Relative path where handler should be at
```
## Todo* responde with 204 when accept is Text
* rewrite tests to use ginko or testify