1.2.0 • Published 1 year ago

@spruce-hub/service-proxy v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Service Proxy

Universal http proxy utils

// index.js
import { createServer } from '@spruce-hub/service-proxy'

const config = {
  sslDir: './ssl'
  path: {
    'npm.sprucefe.com': 'http://localhost:4873',
  },
}

createServer(config)
> node index.js

> https://npm.sprucefe.com

License

MIT

Copyright (c) 2023-present, Spruce FE

1.2.0

1 year ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago