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

fix: introduce new Uri type for parsing URIs during deserialization #99

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

Stupremee
Copy link
Contributor

No description provided.

@Stupremee Stupremee linked an issue Apr 13, 2024 that may be closed by this pull request
@Stupremee Stupremee force-pushed the 34-use-an-url-type-for-urls-instead-of-a-string branch from 61832b3 to 1aec4bd Compare April 13, 2024 14:34
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 58 lines in your changes are missing coverage. Please review.

Project coverage is 54.3%. Comparing base (dad2321) to head (1aec4bd).

Additional details and impacted files
Files Coverage Δ
src/header/builder.rs 46.1% <ø> (ø)
src/jwk/builder.rs 47.2% <ø> (ø)
src/jwk.rs 44.8% <0.0%> (ø)
src/header.rs 58.6% <0.0%> (-0.8%) ⬇️
src/uri.rs 0.0% <0.0%> (ø)

@Stupremee Stupremee changed the title fix: use Uri type for all header fields fix: introduce new Uri type for parsing URIs during deserialization Apr 13, 2024
@Stupremee Stupremee added this pull request to the merge queue Apr 14, 2024
Merged via the queue into main with commit b28f8bf Apr 14, 2024
15 of 16 checks passed
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.

Use an Url type for urls instead of a string
2 participants