java.lang.Object
develop.toolkit.base.struct.http.ByteRequestBody
- All Implemented Interfaces:
HttpRequestBody<byte[]>
- Author:
- qiushui on 2021-09-16.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteRequestBody
public ByteRequestBody()
-
-
Method Details
-
toString
-
getBody
public byte[] getBody()- Specified by:
getBodyin interfaceHttpRequestBody<byte[]>
-