FAQs about Component
How to customize response status code?
How to disable a request method?
Why is there no delete method type?
How to dynamically add new request methods?
How to encode request parameters and decode response?
getMethodReqAndRes
to get the data type of the method request parameters and the data type of the response value. Then use some js library to encode and decode it.For example: