nokit-filter-proxy

0.1.0 • Public • Published

示例一:

{
  "filters": {
    "^/": "nokit-filter-proxy"
  },
  "proxy": {
    "rules": {
      "^/jser": "https://jser.cc"
    }
  }
}

示例二:

不保留 URL 中的 /jser 前缀

{
  "filters": {
    "^/": "nokit-filter-proxy"
  },
  "proxy": {
    "rules": {
      "^/jser(.*)": "https://jser.cc"
    }
  }
}

Package Sidebar

Install

npm i nokit-filter-proxy

Weekly Downloads

7

Version

0.1.0

License

MIT

Unpacked Size

3.58 kB

Total Files

4

Last publish

Collaborators

  • houzhanfeng