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

HTTP link header parser needed #4

Open
edwardsph opened this issue Feb 26, 2021 · 0 comments
Open

HTTP link header parser needed #4

edwardsph opened this issue Feb 26, 2021 · 0 comments

Comments

@edwardsph
Copy link
Collaborator

There can be 1 or more Link headers in a response (e.g. CSS, ESS) and a link header can contain 1 or more links (e.g. NSS). We need a parser that will handle both format (and technically a mix of them). The current solution assumes one or the other method is used and when it encounters a multi-value link header it does a simple split on , . This was adequate to get started but it since a comma can appear within a link definition, we need a proper parser for this.

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

No branches or pull requests

1 participant