HttpContent constructor

HttpContent(
  1. Uri reference,
  2. BaseResponse response, {
  3. Encoding fallback = latin1,
})

Create a file content of reference and response.

Implementation

HttpContent(this.reference, this.response, {Encoding fallback = latin1})
    : _fallback = fallback;