Change `HttpRequest::content_type` to return `Option<&str>`
Open
- Dominant language
- Rust
- Stars
- 24.8k
- Forks
- 1.9k
- Avg merge
- 23h 10m
- Merged PRs (30d)
- 26
Description
There's not really any need for it to return an empty &str and `Option<&str>` is more idiomatic.
Contributor guide
Assessment
This issue has not been assessed yet.