0.7.0 • Published 2 months ago

@head/http v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.1

2 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago