get_connect/http/src/utils/utils library
Classes
Constants
-
boundaryCharacters
→ const List<
int> - F → const bool
- GET_BOUNDARY → const String
-
SEPARATOR_MAP
→ const List<
bool> - T → const bool
Properties
- newlineRegExp → RegExp
-
final
Functions
-
browserEncode(
String value) → String -
Encode
value
like browsers -
isPlainAscii(
String string) → bool -
Returns whether
string
is composed entirely of ASCII-compatible characters. -
isTokenChar(
int byte) → bool -
isValueChar(
int byte) → bool -
validateField(
String field) → String