-
- All Implemented Interfaces:
public interface HttpBase
-
-
Method Summary
Modifier and Type Method Description StringbodyString()abstract ObjectgetBody()abstract MultiMap<String, String>getHeaders()abstract ContentTypegetContentType()-
-
Method Detail
-
bodyString
String bodyString()
-
getHeaders
abstract MultiMap<String, String> getHeaders()
-
getContentType
abstract ContentType getContentType()
-
-
-
-