retrofit
Interface RequestHeaders


public interface RequestHeaders

Manages headers for each request.


Field Summary
static RequestHeaders NONE
          Empty header list.
 
Method Summary
 List<Header> get()
          Get a list of headers for a request.
 

Field Detail

NONE

static final RequestHeaders NONE
Empty header list.

Method Detail

get

List<Header> get()
Get a list of headers for a request. This method will be called once for each request allowing you to change the list as the state of your application changes.



Copyright © 2013 Square, Inc.. All Rights Reserved.