Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caolan/mochiproxy

Easily proxy mochiweb requests, based on the CouchDB proxy module
https://github.com/caolan/mochiproxy

Last synced: 11 days ago
JSON representation

Easily proxy mochiweb requests, based on the CouchDB proxy module

Awesome Lists containing this project

README

        

Example use:

```erlang
%% proxy /api/* to http://localhost:5984/*
mochiproxy:handle_req("/api", "http://localhost:5984", Req).
```