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

header name constants changed from &str to HeaderName #839

Merged
merged 12 commits into from
Jun 22, 2022

Conversation

ctaggart
Copy link
Contributor

@ctaggart ctaggart commented Jun 21, 2022

  • header name constants changed from &str to azure_core::headers::HeaderName
  • replaced types from http:header with azure_core::headers types
  • create const fn HeaderName::from_static
  • Header::get takes a &HeaderName instead of Into<HeaderName>
  • similar changes for HeaderValue
  • removed Request::headers_mut

@cataggar cataggar changed the title const HeaderName::from_static replaced types from http:header with azure_core::headers types Jun 22, 2022
@cataggar cataggar changed the title replaced types from http:header with azure_core::headers types header name constants changed from &str to HeaderName Jun 22, 2022
@cataggar cataggar marked this pull request as ready for review June 22, 2022 20:15
sdk/core/src/mock/player_policy.rs Show resolved Hide resolved
sdk/storage_datalake/tests/files.rs Outdated Show resolved Hide resolved
@cataggar cataggar requested review from rylev and bmc-msft June 22, 2022 21:28
@cataggar cataggar merged commit 58806e4 into Azure:main Jun 22, 2022
@ctaggart ctaggart deleted the static_headers branch August 2, 2022 02:59
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.

3 participants