frock-proxy
v3.0.0
Published
A proxy plugin for frock
Readme
frock-proxy
A proxy plugin for frock.
It makes requests to other servers on your behalf, allowing you to bring data from external services to your local environment.
frockfile Example
In your working directory, create a frockfile.json:
{
"servers": [
{
"port": 8080,
"routes": [
{
"path": "*",
"methods": "any",
"handler": "frock-proxy",
"options": {
"url": "http://localhost:8052"
}
}
]
}
]
}License
Apache 2.0, see LICENSE for details.
