@borealisgroup/proxy-service
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Templated Proxy Services

This package is a multi purpose proxy service that will let you easily customize what routes, headers and parameters are processed.

Valid requests gets processed according to the templated definitions and return responses, with just a simple yaml declaration file.

Getting started

...

Example Configuration

There is a set of examples included, for you to see how to use the YAML route definitions.

Consider the following simple example, that will proxy requests from http://<your-host>/proxied to the endpoint http://localhost:$PORT.

name: proxy-request
destination: http://localhost:$PORT
defaults:
  methods: [HEAD, GET]
routes:
  '/proxied': '~/api'

Parsing YML files

YML files parsed according to YAML npm package's parse method

Readme

Keywords

none

Package Sidebar

Install

npm i @borealisgroup/proxy-service

Weekly Downloads

14

Version

1.0.14

License

UNLICENSED

Unpacked Size

74.5 kB

Total Files

40

Last publish

Collaborators

  • studio-devops
  • snehil03
  • robincarpels