ProxyRequest constructor
ProxyRequest({})
Implementation
ProxyRequest({
required this.method,
required this.path,
this.headers = const {},
this.body,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();