0.1.0 • Published 7 years ago

toki-method-proxy v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.