1.2.2 • Published 1 year ago

keq-proxy v1.2.2

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

keq-proxy

version downloads license dependencies coveralls

Change the request url, just like a proxy.

Usage

import { request } from 'keq'
import proxy from 'keq-proxy'

// Host Proxy
request.use(proxy('example.com', 'expect.com'))

// OR
request.use(proxy(/http:\/\/example.com/, 'http://expect.com'))

Contributing & Development

If there is any doubt, it is very welcome to discuss the issue together. Please read Contributor Covenant Code of Conduct and CONTRIBUTING.

1.2.2

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago