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

Add Parsing functionality for service headers #213

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

byronantak
Copy link
Collaborator

@byronantak byronantak commented Jan 8, 2025

Our service headers are a more complex string type and not solely the identifier of the service.
As such, It is necessary to parse the string to extract just the service identifier.

An example such a header:
By=example.com/mojito/dev;Hash=hash;URI=serviceExample

@byronantak byronantak marked this pull request as ready for review January 8, 2025 14:14
@byronantak byronantak requested a review from a team as a code owner January 8, 2025 14:14
Copy link
Collaborator

@garionpin garionpin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Could you also add a description in the PR body?

@byronantak byronantak force-pushed the feat/service-header-parsing branch from 0a29eae to e0d0b8d Compare January 9, 2025 07:37
@byronantak byronantak self-assigned this Jan 9, 2025
@byronantak byronantak force-pushed the feat/service-header-parsing branch from e0d0b8d to 4737c92 Compare January 13, 2025 13:59
@byronantak byronantak force-pushed the feat/service-header-parsing branch from 4737c92 to 68a23fc Compare January 13, 2025 14:01
@byronantak byronantak force-pushed the feat/service-header-parsing branch from 68a23fc to f92bd2d Compare January 13, 2025 16:34
@byronantak byronantak enabled auto-merge (squash) January 14, 2025 13:15
@byronantak byronantak merged commit bc517ea into master Jan 14, 2025
1 check passed
@byronantak byronantak deleted the feat/service-header-parsing branch January 14, 2025 13:32
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.

2 participants