toki-method-proxy

0.1.0 • Public • Published

toki-method-proxy

Drop in proxy to allow toki to play nicely with your existing infrastructure

This is a toki method which allows blind proxying to an endpoint. It's designed to allow toki to drop in to an existing API infrastructure without disruption.

Lead Maintainer: Matt Phillips

Example

{
    name: "My proxy step",
    type: 'toki-method-proxy',
    destination: 'http://myexistingendpoint/path'
}

Query parameters and headers will be passed along to and from. The paths are currently fixed however.

/toki-method-proxy/

    Package Sidebar

    Install

    npm i toki-method-proxy

    Weekly Downloads

    1

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • xogrp