[ANCM In-Proc] [HttpSys] Support for custom decoder in headers
Open
affected-few
area-networking
enhancement
feature-iis
severity-major
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Same as #17400 but for ANCM In-Proc and HttpSysServer. For consistency, we should probably make the API similar to what it is in Kestrel.
```C#
public Func RequestHeaderEncodingSelector { get; set; }
```
Contributor guide
Assessment
This issue has not been assessed yet.