summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/HTTPParsers.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/HTTPParsers.h')
-rw-r--r--WebCore/platform/network/HTTPParsers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/network/HTTPParsers.h b/WebCore/platform/network/HTTPParsers.h
index 9d6971b..55b8c7b 100644
--- a/WebCore/platform/network/HTTPParsers.h
+++ b/WebCore/platform/network/HTTPParsers.h
@@ -59,6 +59,9 @@ void findCharsetInMediaType(const String& mediaType, unsigned int& charsetPos, u
XSSProtectionDisposition parseXSSProtectionHeader(const String&);
String extractReasonPhraseFromHTTPStatusLine(const String&);
+// -1 could be set to one of the return parameters to indicate the value is not specified.
+bool parseRange(const String&, long long& rangeOffset, long long& rangeEnd, long long& rangeSuffixLength);
+
}
#endif