Skip to main content

agent_first_http/sdk/fetch/artifacts/
mod.rs

1//! Per-artifact extractors for the seven fetch artifacts. `body` is used
2//! by both the HTTP fast path and the browser path.
3
4pub mod body;
5pub mod collectors;
6pub mod console;
7pub mod network;
8pub mod network_bodies;
9pub mod observation;
10pub mod rendered_html;
11pub mod screenshot;
12pub mod storage;
13pub mod text;