Index: Source/platform/network/HTTPParsers.h |
diff --git a/Source/platform/network/HTTPParsers.h b/Source/platform/network/HTTPParsers.h |
index 8746065d4a98cf6417ad8b7998ea6d0fc7b017ce..04dbc296fead4f9796c695e21850094621ba4db9 100644 |
--- a/Source/platform/network/HTTPParsers.h |
+++ b/Source/platform/network/HTTPParsers.h |
@@ -92,6 +92,7 @@ struct CacheControlHeader { |
PLATFORM_EXPORT ContentDispositionType contentDispositionType(const String&); |
PLATFORM_EXPORT bool isValidHTTPHeaderValue(const String&); |
+PLATFORM_EXPORT bool isValidHTTPFieldContentRFC7230(const String&); |
PLATFORM_EXPORT bool isValidHTTPToken(const String&); |
PLATFORM_EXPORT bool parseHTTPRefresh(const String& refresh, bool fromHttpEquivMeta, double& delay, String& url); |
PLATFORM_EXPORT double parseDate(const String&); |