getContentType.HttpRequest
From R.rsp v0.43.2
by Henrik Bengtsson
Gets the MIME type of the body of the request
Gets the MIME type of the body of the request, or NULL
if the type is not known.
Usage
# S3 method for HttpRequest
getContentType(this, ...)
Arguments
- ...
Not used.
Value
Returns a character
string.
See Also
For more information see HttpRequest
.
Community examples
Looks like there are no examples yet.