Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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.