oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
133 stars 56 forks source link

Fix multipart requests sending json header #22

Closed augustuswm closed 2 years ago

augustuswm commented 2 years ago

This update contains two main fixes:

  1. Functions that send form requests no longer set the Content-Type: application/json header.
  2. Retry logic is disabled for streaming requests. Streaming requests are not currently supported by the retry middleware.