package org.apache.http;

/* loaded from: classes2.dex */
public interface Header extends NameValuePair {
    HeaderElement[] getElements() throws ParseException;
}
