Brandur 9dd5bdb0e6 Use FaradayStripeEncoder to encode all parameter styles
Makes a few tweaks to hopefully simplify clarity things:

* `FaradayStripeEncoder` now becomes the way to encode all of form,
  multipart form, and query parameters.
* Introduce a cache in it so that we don't have to encode everything
  twice (once for logging, and once for the request body).
* Try to sanitize logging a bit by replacing `Faraday::UploadIO`s found
  in incoming parameters with a string representation of the file (note
  that all other styles of file input like `File` or `Tempfile` have
  been converted to `Faraday::UploadIO` by the time they reach the
  encoder).
2019-02-03 12:24:53 -08:00
..
2018-07-26 13:35:50 -04:00
2018-07-27 19:14:37 -04:00
2018-09-24 13:43:32 -07:00
2018-07-19 14:23:07 +02:00
2018-07-19 14:23:07 +02:00
2018-07-19 14:23:07 +02:00
2018-07-19 14:23:07 +02:00
2018-07-19 14:23:07 +02:00
2018-08-03 00:07:27 +02:00
2018-07-19 14:23:07 +02:00
2018-08-14 14:44:43 -07:00
2018-10-30 10:25:10 -07:00
2018-11-28 09:50:42 -05:00
2018-08-03 12:50:39 +02:00
2019-02-01 09:28:47 -08:00