@override Map<String, dynamic> toJson() => withoutNulls({ 'type': 'http', 'request': request?.toJson(), 'response': response?.toJson(), });