Expand description
File helpers. Contains build_from_path and build_from_content functions to create a File from fs / memory content.
Structs§
- Build
From Content Options - Options when preparing file in build_from_content.
- Build
From Path Options - Options when preparing file in build_from_path.
Functions§
- build_
from_ content - Creates a File from provided raw content and
content-type. - build_
from_ path - Creates a File by reading file from fs, specified by
path.