Parameters
- relativeUrl
- The URI of the resource to receive the string. This URI must identify a resource that can accept a request sent with the method requested.
- method
- The HTTP method used to send the string to the resource. If null, the default is POST
- contentType
- The content type to inform the server of for this file
- data
- The string to be uploaded.
- timeout
- Optional. The number of seconds to wait for a response to the request.
Return Value
A string containing the body of the response from the resource