0.7.0 • Published 1 year ago

@head/http v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@head/http

$http.get(endpoint);
$http.get(endpoint, params);
$http.get(endpoint, params, headers);
$http.get(endpoint, null, headers);
$http.get(endpoint, params, headers, options);

$http.post(endpoint);
$http.post(endpoint, params, data);
$http.post(endpoint, null, data);
$http.post(endpoint, params, data, headers);
$http.post(endpoint, params, data, headers, options);

CHANGELOG

0.7.1

BREAKING CHANGE

0.6.1

  1. 升级 axiox@1.3.6

0.5.1

  1. 默认使用 jaeger 格式 uber-trace-id,暂时不提供开关
0.7.0

1 year ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago