Package-level declarations
Types
Link copied to clipboard
Describes a byte range when requesting resource data.
Link copied to clipboard
Media type categories compatible with the HTTP Accept header.
Link copied to clipboard
data class ResourceMetadata(val acceptsRanges: Boolean? = null, val mediaType: String? = null, val path: String, val size: Long? = null)
Metadata about a resource fetched from a specific ResourceProvider.
Link copied to clipboard