Request constructor

Request(
  1. String method,
  2. Uri url
)

Implementation

Request(super.method, super.url)
    : _defaultEncoding = utf8,
      _bodyBytes = Uint8List(0);