Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement From<&HeaderMap> for http::HeaderMap #3230

Merged
merged 12 commits into from
Feb 1, 2024

Conversation

SleeplessOne1917
Copy link
Contributor

@SleeplessOne1917 SleeplessOne1917 commented Dec 24, 2023

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Related to the last PR I made. I forgot to implement From for the header map references in addition to the owned ones.

@robjtede robjtede added A-http project: actix-http B-semver-minor labels Dec 25, 2023
@robjtede robjtede changed the title Headermap2 Implement From<&HeaderMap> for http::HeaderMap Feb 1, 2024
@robjtede
Copy link
Member

robjtede commented Feb 1, 2024

I don't want to implement the other impl for now. I think this will work for your use case right?

@SleeplessOne1917
Copy link
Contributor Author

The changes you made are good.

@robjtede robjtede added this pull request to the merge queue Feb 1, 2024
Merged via the queue into actix:master with commit ae7736f Feb 1, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http project: actix-http B-semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants