package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Option func(o *options)
Option V Encode 选项
WithEmptyMode 设置值为空时的Encode模式
WithIgnoreKeys 设置Encode时忽略的key
WithKVEscape 设置K-V是否需要QueryEscape
V 用于处理 k-v 需要格式化的场景,如:签名
Encode 通过自定义的符号和分隔符按照key的ASCII码升序格式化为字符串。
例如:("=", "&") ---> bar=baz&foo=quux;
例如:(":", "#") ---> bar:baz#foo:quux;
Source Files
¶
Click to show internal directories.
Click to hide internal directories.