WebFetchClient
Category: Web
Source: web_fetch_client.dart
Classes
WebFetchResult
Constructor
dart
WebFetchResult({
required this.url,
this.markdown,
this.title,
this.error,
this.estimatedTokens,
})dart
factory WebFetchResult.withError({
required String url,
required String error,
})Properties
| Property | Type | Description |
|---|---|---|
url | String | |
markdown | String? | |
title | String? | |
error | String? | |
estimatedTokens | int? | |
isSuccess | bool get | |
isSuccess | bool get |
WebFetchClient
Constructor
dart
WebFetchClient({
required this.config,
PdfConfig? pdfConfig,
http.Client? client,
})Properties
| Property | Type | Description |
|---|---|---|
config | WebFetchConfig | |
pdfConfig | PdfConfig |