MisterAI's picture
download
raw
261 Bytes
def get_authorization_scheme_param(
authorization_header_value: str | None,
) -> tuple[str, str]:
if not authorization_header_value:
return "", ""
scheme, _, param = authorization_header_value.partition(" ")
return scheme, param.strip()

Xet Storage Details

Size:
261 Bytes
·
Xet hash:
90ac803f5e887fd5705daee1363bc3e06c3ca7d1a8601d3e43b0b8e143929d7b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.