applicationXWwwFormUrlencoded constant

Encoding const applicationXWwwFormUrlencoded

An encoded a list of tuples, each consisting of a name and a value.

MIME application/x-www-form-urlencoded.

Implementation

static const applicationXWwwFormUrlencoded = Encoding(
  'application/x-www-form-urlencoded',
);