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

Ship cookie parsing as a computed value #84

Closed
aturon opened this issue Nov 27, 2018 · 2 comments · Fixed by #114
Closed

Ship cookie parsing as a computed value #84

aturon opened this issue Nov 27, 2018 · 2 comments · Fixed by #114
Labels
feature A feature that's ready for implementation good first issue Good for newcomers

Comments

@aturon
Copy link
Collaborator

aturon commented Nov 27, 2018

As a follow up to #80, the cookie example should be polished up and moved into Tide proper, so that applications can use it.

@aturon aturon added good first issue Good for newcomers feature A feature that's ready for implementation labels Nov 27, 2018
@c410-f3r c410-f3r mentioned this issue Dec 6, 2018
8 tasks
@jimmycuadra
Copy link

Is there a place that gives an explanation of "computed value?" I've seen this term used a few times in the Tide blog posts but I don't get what it means.

@jimmycuadra
Copy link

Nevermind, I found the answer in the API docs:

struct tide::Computed

An extractor for computed values.

Endpoints can use this extractor to automatically compute values for a request, and re-use cached results if those values have been computed previously (e.g. in some middleware).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature that's ready for implementation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants