Skip to content

Conversation

@pearzl
Copy link

@pearzl pearzl commented Oct 22, 2025

Adds a new try_clone method to the Body trait with a default implementation returning None. This allows concrete body implementations to opt into cloning when possible without breaking existing implementations.

Closes: #158

Notes:

  • The default implementation is non-breaking.
  • No other public APIs were modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Proposal: Add try_clone method to Body trait

1 participant