Skip to content

提供高层次 http 客户端抽象 #68

@CodeCasterX

Description

@CodeCasterX

当前 FIT 框架提供了低层次 Http 客户端抽象,可以考虑提供一个高层次的接口抽象,让用户直接标记一个接口就可以自动调用 Http,例如:

@GetMapping(path = "/test")
String testGet(@HeaderParam(value = "header1") String header)

同时,在注解上可以增加访问的域名信息,也可以通过配置统一添加。

Metadata

Metadata

Assignees

Labels

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions