com.bumptech.glide.load.model
Interface Headers

All Known Implementing Classes:
LazyHeaders

public interface Headers

An interface for a wrapper for a set of headers to be included in a Glide request. Implementations must implement equals() and hashcode().


Field Summary
static Headers DEFAULT
          A Headers object containing reasonable defaults that should be used when users don't want to provide their own headers.
static Headers NONE
          Deprecated. Use DEFAULT instead.
 
Method Summary
 Map<String,String> getHeaders()
           
 

Field Detail

NONE

@Deprecated
static final Headers NONE
Deprecated. Use DEFAULT instead.
An empty Headers object that can be used if users don't want to provide headers.


DEFAULT

static final Headers DEFAULT
A Headers object containing reasonable defaults that should be used when users don't want to provide their own headers.

Method Detail

getHeaders

Map<String,String> getHeaders()