package org.apache.http; @Deprecated /* loaded from: classes5.dex */ public interface NameValuePair { String getName(); String getValue(); }