Skip to content

2020.730 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@aspriddell aspriddell released this 30 Jul 08:57
· 578 commits to master since this release
bc114f9

This release involves significant refactors and accessibility reductions.

  • Adds Request-Level Headers
  • Removes PerformLast<T>() and PerformLast()`
  • Moves most of the virtual methods. To achieve the same result, override the method by overlaying it (i.e in your client make an identical method to the base and use that instead)
  • Add Perform<T>() for a pre-fabricated HttpRequestMessage
  • Add a handler wrapper for redirecting and keeping the auth header
  • Removes ~60% duplicated code