RegExp to match percent encoding escape.
RegExp to match non-latin1 characters.
RegExp to match chars that must be quoted-pair in RFC 2616
RegExp for constious RFC 2616 grammar
parameter = token "=" ( token | quoted-string )
token = 1*
Creates a Content-Disposition Header value from a type and an optional filename.
Create parameters object from filename and fallback.
Format object to Content-Disposition header.
Get ISO-8859-1 version of string.
Percent encode a single character.
Quote a string for HTTP.
Encode a Unicode string for HTTP (RFC 5987).
Generated using TypeDoc
RegExp to match non attr-char, after encodeURIComponent (i.e. not including "%")