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

Use Template type for cookie value #616

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

fabricereix
Copy link
Collaborator

The cookie value is now simply a string value.
The grammar will be updated soon as follow:

cookies-section:
  lt*
  "[Cookies]" lt
  key-value*

key-value: key-string ":" value-string

Besides simplifying the code, it allows to support template directly (#473)

@fabricereix fabricereix linked an issue Jun 12, 2022 that may be closed by this pull request
@jcamiel jcamiel merged commit e239891 into master Jun 12, 2022
@jcamiel jcamiel deleted the feature/use-template-type-for-cookie-value branch June 12, 2022 19:35
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.

Support Template in Cookie Value
2 participants