Table of Contents
-
Add support for a builder-style generation in addition to the positional style (#86)
-
Add support for body parameters with application/x-www-form-urlencoded media type (#109)
-
Derive
Debug
forClient
and builders for the various operations (#145) -
Builders for
struct
types (#171) -
Add a prelude that include the
Client
and any extension traits (#176) -
Add support for upgrading connections, which requires a version bump to reqwest. (#183)