Interface HttpHeaders


  • public interface HttpHeaders
    An injectable interface that provides access to HTTP header information. All methods throw IllegalStateException if called outside the scope of a request (e.g. from a provider constructor).
    Since:
    1.0
    See Also:
    Context