-
- All Implemented Interfaces:
public interface HttpRequestBodyRepresent an HTTP-request body
-
-
Method Summary
Modifier and Type Method Description abstract Unitwrite(OutputStream stream)Writes HTTP-request body to an output stream abstract StringgetContentType()HTTP-request content type -
-
Method Detail
-
write
abstract Unit write(OutputStream stream)
Writes HTTP-request body to an output stream
-
getContentType
abstract String getContentType()
HTTP-request content type
-
-
-
-