Core package of the client-side web support.
-
static interface
Contract for specifying request headers, body and URI for a request.
Set the body of the request to the given Object
.
Set the body of the request to the given function that writes to
an
OutputStream
.
Set the body of the request to the given Object
.
Set the length of the body in bytes, as specified by the
Content-Length
header.
Set the
media type of the body, as specified
by the
Content-Type
header.