HttpRequest constructor
HttpRequest({
- String method = '',
- String uri = '',
- List<
HttpHeader> headers = const [], - Uint8List? body,
Implementation
HttpRequest({
this.method = '',
this.uri = '',
this.headers = const [],
this.body,
}) : super(fullyQualifiedName);