pub fn parse_into_object_metadata(
    path: &str,
    headers: &HeaderMap
) -> Result<ObjectMetadata>
Expand description

parse_into_object_metadata will parse standards http headers into ObjectMetadata.

Notes

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