Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.05 KB

File metadata and controls

48 lines (32 loc) · 1.05 KB
name Feature Request
about Suggest a new feature or enhancement
title [FEATURE]
labels enhancement
assignees

Feature Description

A clear and concise description of the feature you'd like to see.

Problem or Use Case

Describe the problem this feature would solve or the use case it would enable.

Proposed Solution

Describe how you envision this feature working. Include code examples if possible.

// Example usage of the proposed feature
var handler = new SecureHttpClientHandler(null);
handler.ProposedNewFeature(...);

Alternatives Considered

Describe any alternative solutions or features you've considered.

Platform Support

Which platforms should this feature support?

  • Android
  • iOS
  • Windows/.NET
  • All platforms

Additional Context

Add any other context, screenshots, or examples about the feature request here.

Implementation Willingness

  • I'm willing to implement this feature and submit a PR
  • I'm willing to help test this feature
  • I'm just suggesting the feature