HttpResponse({ required this.status, this.version = 'HTTP/1.1', Map<String, String>? headers, this.body, }) : headers = headers ?? {};