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 NONE
          An empty Headers object that can be used if users don't want to provide headers.
 
Method Summary
 Map<String,String> getHeaders()
           
 

Field Detail

NONE

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

Method Detail

getHeaders

Map<String,String> getHeaders()