Class HttpHeaders

  • All Implemented Interfaces:
    android.os.Parcelable , com.naver.ads.inspector.JSONObjectSerializable , com.naver.ads.inspector.MapSerializable , kotlin.collections.Iterable

    
    public final class HttpHeaders
     implements Parcelable, Iterable<HttpHeader>, MapSerializable<String>, JSONObjectSerializable
                        

    A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.