url-format-lax:宽松的url.format()将主机名和端口格式化为与IPv6兼容的主机名套接字形式

时间:2024-05-20 14:36:13
【文件属性】:

文件名称:url-format-lax:宽松的url.format()将主机名和端口格式化为与IPv6兼容的主机名套接字形式

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-20 14:36:13

JavaScript

网址格式不严 Lax ,用于将主机名和端口格式化为与hostname:port IPv6兼容的套接字形式 安装 $ npm install url-format-lax 用法 import urlFormat from 'url-format-lax' ; urlFormat ( { hostname : '::1' , port : '123' } ) ; //=> '[::1]:123' urlFormat ( { protocol : 'https' , hostname : 'google.com' , port : '123' } ) ; //=> 'google.com:123' 并使用内置的url.format() : import url from 'url' ; url . format ( { hostname : '::1' , port : '123' } )


【文件预览】:
url-format-lax-main
----.gitignore(23B)
----package.json(769B)
----.npmrc(19B)
----index.js(333B)
----test.js(522B)
----.github()
--------workflows()
----license(1KB)
----readme.md(834B)
----.gitattributes(19B)
----.editorconfig(175B)

网友评论