
org.appops.service.header.constant.HttpHeaders Maven / Gradle / Ivy
/*
* AppOps is a Java framework to develop, deploy microservices with ease and is available for free
* and common use developed by AinoSoft ( www.ainosoft.com )
*
* AppOps and AinoSoft are registered trademarks of Aino Softwares private limited, India.
*
* Copyright (C) <2016>
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version along with applicable additional terms as
* provisioned by GPL 3.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License and applicable additional terms
* along with this program.
*
* If not, see and
*/
package org.appops.service.header.constant;
/**
*
* A http header constants class.
*/
public class HttpHeaders {
public final static String ACCEPT = "Accept";
public final static String A_IM = "A-IM";
public final static String Accept_Charset = "Accept-Charset";
public final static String Accept_Encoding = "Accept-Encoding";
public final static String Accept_Language = "Accept-Language";
public final static String Accept_Datetime = "Accept-Datetime";
public final static String Access_Control_Request_Method = "Access-Control-Request-Method";
public final static String Access_Control_Request_Headers = "Access-Control-Request-Headers";
public final static String Authorization = "Authorization";
public final static String Cache_Control = "Cache-Control";
public final static String Connection = "Connection";
public final static String Content_Length = "Content-Length";
public final static String Content_Type = "Content-Type";
public final static String Cookie = "Cookie";
public final static String Date = "Date";
public final static String Expect = "Expect";
public final static String Forwarded = "Forwarded";
public final static String From = "From";
public final static String Host = "Host";
public final static String If_Match = "If-Match";
public final static String If_Modified_Since = "If-Modified-Since";
public final static String If_None_Match = "If-None-Match";
public final static String If_Range = "If-Range";
public final static String If_Unmodified_Since = "If-Unmodified-Since";
public final static String Max_Forwards = "Max-Forwards";
public final static String Origin = "Origin";
public final static String Pragma = "Pragma";
public final static String Proxy_Authorization = "Proxy-Authorization";
public final static String Range = "Range";
public final static String Referer = "Referer";
public final static String TE = "TE";
public final static String User_Agent = "User-Agent";
public final static String Upgrade = "Upgrade";
public final static String Via = "Via";
public final static String Warning = "Warning";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy