Function opendal::raw::parse_into_metadata

source ·
pub fn parse_into_metadata(path: &str, headers: &HeaderMap) -> Result<Metadata>
Expand description

parse_into_metadata will parse standards http headers into Metadata.

§Notes

parse_into_metadata only handles the standard behavior of http headers. If services have their own logic, they should update the parsed metadata on demand.