RequestImpl constructor
RequestImpl({})
Implementation
RequestImpl(
{required this.method,
required this.url,
required this.headers,
required this.bodyString,
required this.body});
RequestImpl(
{required this.method,
required this.url,
required this.headers,
required this.bodyString,
required this.body});