New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kumori/http-message-proxy

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kumori/http-message-proxy

httpProxy for slap components

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
3
Created
Source

semantic-release

Http Message

Http proxy for Kumori Platform components.

Description

This module proxifies a legacy http server connections through Kumori's channels (see Kumori's documentation for more information about channels and Kumori's service application model).

Table of Contents

Installation

Install it as a npm package

npm install -g @kumori/http-proxy

Usage

const http = require('@kumori/http-message')
const httpProxy = require('@kumori/http-proxy')
let server = http.createServer()
let host = 'localhost'
let port = 8080
proxy = httpProxy server, host, port
server.listen(channel, (error) => {
    // Do something
})

License

MIT © Kumori Systems

FAQs

Package last updated on 01 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts