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 content;
8pub mod network;
9pub mod network_bodies;
10pub mod observation;
11pub mod rendered_html;
12pub mod screenshot;
13pub mod storage;
14pub mod text;