true if you want \r\n to be replaced with \n when sending data to the server from requestStream. Don't set this for binary requests
true if you want newlines to be \r\n on windows when receiving data from the server to responseStream. Don't set this for binary responses
Headers to include with request
REST request type GET|PUT|POST|DELETE
Stream for outgoing request data to the server
URI for this request
Stream for incoming response data from the server. If specified, response data will not be buffered
Task that will automatically be updated to report progress of upload or download to user
Data to write on this REST request
Generated using TypeDoc
Interface to define input for AbstractRestClient.request method
IRestOptions