Request Content Entry
A piece of content to send with a request.
Parameters
content Type
The value of the Content-Type header for this request part.
Content copied to clipboard
part Name
The name of the part if this is one entry in a multipart-form/data request.
Content copied to clipboard
Inheritors
Types
Link copied to clipboard
class Empty(val contentType: String, val partName: String?) : HttpHandler.HttpRequest.RequestContentEntry
Empty content to send with a request.