LazyHeaders
A wrapper class for a set of headers to be included in a Glide request, allowing headers to be constructed lazily.
Ideally headers are constructed once and then re-used for multiple loads, rather then being constructed individually for each load.
This class is thread safe.
Types
Link copied to clipboard
Adds an LazyHeaderFactory that will be used to construct a value for the given key* lazily on a background thread.
Functions
Link copied to clipboard
Returns a non-null map containing a set of headers to apply to an http request.