Headers

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().

Functions

Link copied to clipboard
abstract fun getHeaders(): Map<String, String>
Returns a non-null map containing a set of headers to apply to an http request.

Properties

Link copied to clipboard
val DEFAULT: Headers
A Headers object containing reasonable defaults that should be used when users don't want to provide their own headers.
Link copied to clipboard
val NONE: Headers
An empty Headers object that can be used if users don't want to provide headers.

Inheritors

Link copied to clipboard