Skip to content

Better HTTP client support and more convenient macro

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 12:03
· 8 commits to main since this release

This release adds flexibility in configuring the HTTP clients, by allowing disabling HTTP client default features directly through the pretend-* crate. It also remove request and header attribute macros. Only pretend attribute macro is required to write pretend enabled traits. The other attributes will be handled automatically by pretend.

Changed

Added

Fixes