FormUrlEncodedConverter constructor

const FormUrlEncodedConverter()

A Converter implementation that converts only Requests having a Map as their body.

This Converter also adds the content-type: application/x-www-form-urlencoded header to each request, but only if the content-type header is not set in the original request.

Implementation

const FormUrlEncodedConverter();