Skip to main content

file_references

Function file_references 

Source
pub fn file_references(hurl_text: &str) -> Vec<String>
Expand description

Filenames referenced as hurl file,<name>; bodies or multipart parts in the artifact text. Stock hurl --test <file> resolves them relative to the .hurl file, so callers copy these next to emitted artifacts to keep the hand-off self-contained (ADR-0010).