Skip to main content

Crate webfetch_core

Crate webfetch_core 

Source
Expand description

Shared primitives for the webfetch/websearch tools: text compression and token budgeting (compress), reference-style URL preservation (refs), and shared HTTP-client TLS trust configuration (tls). Both leaf crates re-export these so their internal modules can keep using crate::compress / crate::refs / crate::tls.

Modulesยง

compress
refs
Shared reference-style URL preservation.
tls
Shared TLS trust configuration for the HTTP clients.