dynamic-url

0.0.7 • Public • Published

dynamic-url

负责转发http请求,根据不同配置参数生成相关业务所需url以及请求头

options

  • 类型object

  • 参数可选

    属性 描述 默认值
    App app名称
    Service 服务名称
    Env 环境
    Version 版本
    Fn 业务Fn
    domain 域名 lcfuturecenter.com
    subDomain 二级域名 lmcp-service
    path 路径 /proxy
  • 用法

    const dyUrl = require('dynamic-url')
     
    let config = dyUrl(
      {
        'App': 'cloud',
        'Service': 'tag',
        'Env': 'dev',
        'Version': 'v1',
        'Fn': 'get-tags'
      }
    );
    console.log(config); 

prefix

  • 类型 : string

  • 默认值 :X

  • 用法

    const dyUrl = require('dynamic-url')
     
    let config = dyUrl(
      {
        'App': 'cloud',
        'Service': 'tag',
        'Env': 'dev',
        'Version': 'v1',
        'Fn': 'get-tags'
      },
      'H'
    );
    console.log(config); 

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.711latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.711
0.0.61
0.0.51
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i dynamic-url

Weekly Downloads

0

Version

0.0.7

License

ISC

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • kkxiao