Skip to content

0.0.7

Compare
Choose a tag to compare
@chinaykc chinaykc released this 20 Jun 17:16
· 1 commit to main since this release
cd291ff

新增特性

支持在配置文件中配置自定义的全局header

例如:

  http-client:
    # ↱自定义全局http请求头: 为发出的所有数据包带上指定的自定义请求头
    headers: {
      test: test
    }