Home | History | Annotate | Download | only in net

Lines Matching defs:ACCEPT

59   /** The HTTP {@code Accept} header field name. */
60 public static final String ACCEPT = "Accept";
61 /** The HTTP {@code Accept-Charset} header field name. */
62 public static final String ACCEPT_CHARSET = "Accept-Charset";
63 /** The HTTP {@code Accept-Encoding} header field name. */
64 public static final String ACCEPT_ENCODING = "Accept-Encoding";
65 /** The HTTP {@code Accept-Language} header field name. */
66 public static final String ACCEPT_LANGUAGE = "Accept-Language";
121 /** The HTTP {@code Accept-Ranges} header field name. */
122 public static final String ACCEPT_RANGES = "Accept-Ranges";