Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caolan/mochiproxy
- Owner: caolan
- Created: 2012-10-22T21:01:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-24T20:25:58.000Z (about 12 years ago)
- Last Synced: 2024-10-11T07:35:00.856Z (about 1 month ago)
- Language: Erlang
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example use:
```erlang
%% proxy /api/* to http://localhost:5984/*
mochiproxy:handle_req("/api", "http://localhost:5984", Req).
```