frock-proxy

3.0.0 • Public • Published

frock-proxy

A proxy plugin for frock.

Build Status npm install js-standard-style

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.

/frock-proxy/

    Package Sidebar

    Install

    npm i frock-proxy

    Weekly Downloads

    96

    Version

    3.0.0

    License

    Apache-2.0

    Unpacked Size

    13.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • fardog
    • ua