postBody property

Encoding? postBody
getter/setter pair

postBody is json body that is to be added when using post method with response body

Implementation

Encoding? postBody;