feignhttp-codegen 0.2.0

FeignHttp macro support
Documentation
# FeignHttp Codegen


FeignHttp macro support. Used by FeignHttp.

## Attribute Macros


### feign


Marked on the implementation block of the structure.

### get


Annotated on function to send get request.

### post


Annotated on function to send post request.

### put


Annotated on function to send put request.

### delete


Annotated on function to send delete request.