You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(body): configure the request compressor directly
- Add RefitSettings.RequestCompressionOptions so a client can set the
compressor's own knobs - window size, strategy, a Zstandard dictionary -
which a CompressionLevel cannot express.
- Options set for a coding replace the level for that coding; the codings
left unset still compress by level.
- The options types arrived with .NET 9.0, and Zstandard's with .NET 11.0,
so the surface only exists from net9.0 onward.
0 commit comments