diff options
Diffstat (limited to 'Source/WebCore/platform/network/HTTPHeaderNames.in')
-rw-r--r-- | Source/WebCore/platform/network/HTTPHeaderNames.in | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/HTTPHeaderNames.in b/Source/WebCore/platform/network/HTTPHeaderNames.in new file mode 100644 index 000000000..0699c9bcb --- /dev/null +++ b/Source/WebCore/platform/network/HTTPHeaderNames.in @@ -0,0 +1,112 @@ +// +// Copyright (C) 2014 Apple Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// 1. Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// 2. Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// +// THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS +// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF +// THE POSSIBILITY OF SUCH DAMAGE. +// + +Accept +Accept-Charset +Accept-Language +Accept-Encoding +Accept-Ranges +Access-Control-Allow-Credentials +Access-Control-Allow-Headers +Access-Control-Allow-Methods +Access-Control-Allow-Origin +Access-Control-Expose-Headers +Access-Control-Max-Age +Access-Control-Request-Headers +Access-Control-Request-Method +Age +Alternate-Protocol +Authorization +Cache-Control +Connection +Content-Disposition +Content-Encoding +Content-Language +Content-Length +Content-Security-Policy +Content-Security-Policy-Report-Only +Content-Type +Content-Transfer-Encoding +Content-Range +Cookie +Cookie2 +Date +DNT +Default-Style +ETag +Expect +Expires +Host +If-Match +If-Modified-Since +If-None-Match +If-Range +If-Unmodified-Since +Keep-Alive +Last-Event-ID +Last-Modified +Location +Link +Origin +Ping-From +Ping-To +Purpose +Pragma +Range +Referer +Refresh +Sec-WebSocket-Accept +Sec-WebSocket-Extensions +Sec-WebSocket-Key +Sec-WebSocket-Protocol +Sec-WebSocket-Version +Server +Set-Cookie +Set-Cookie2 +TE +Timing-Allow-Origin +Trailer +Transfer-Encoding +Upgrade +Upgrade-Insecure-Requests +User-Agent +Vary +Via +X-Check-Cacheable +X-Content-Type-Options +X-DNS-Prefetch-Control +X-Frame-Options +X-Powered-By +X-WebKit-CSP +X-WebKit-CSP-Report-Only +X-XSS-Protection + +// These headers are specific to GStreamer. +Icy-Genre +Icy-MetaInt +Icy-Metadata +Icy-Name +Icy-Title +Icy-URL |