-
public interface HttpCore.RequestBodyInterface for an entity that supplies an httpCore request body
-
-
Method Summary
Modifier and Type Method Description abstract Array<byte>getEncoded()abstract StringgetContentType()-
-
Method Detail
-
getEncoded
abstract Array<byte> getEncoded()
-
getContentType
abstract String getContentType()
-
-
-
-