CompositeContainer
Concatenates several containers.
This can be used for example to serve a publication containing both local and remote resources, and more generally to concatenate different content sources.
The containers will be tested in the given order.
Constructors
Properties
Functions
Link copied to clipboard
inline suspend fun <S> Container<Readable>.readDecodeOrNull(url: Url, decode: (ByteArray) -> Try<S, DecodeError>): S?