support invokeXXX method return Response
Open
P2
- Dominant language
- Java
- Stars
- 300
- Forks
- 230
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 4
Description
## Describe the proposal
it is not support return Response(with code and headers) in invokeXXX method now.
it just convert body data by jackson and return.(there is a bug that jackson can't convert the string without json format)

it is unsupport if somebody need code and header.
i think that it needs deserialize layer and response interface(implement of http and grpc) to adapt.
use the below code to get Response.
```
invokeMethod(request,TypeRef)
```
Contributor guide
Assessment
This issue has not been assessed yet.