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

Implement 'standard' tokens #18

Closed
psiinon opened this issue Jun 5, 2013 · 0 comments
Closed

Implement 'standard' tokens #18

psiinon opened this issue Jun 5, 2013 · 0 comments
Milestone

Comments

@psiinon
Copy link
Member

psiinon commented Jun 5, 2013

Define, implement and document a 'standard' set of tokens which are supported by the runtime.
Things like:

  • request - the whole of the last request
  • request.url - the last request url
  • request.header - etc
  • request.body
  • response - the whole of the last response
  • response.header
  • response.body
  • target.url - the target url for active (and generic?) scripts
  • target.request - the whole of the target request
  • target.param - the target parameter for active scripts
  • target.value - the 'current' target value (expected to be replaced)

All relevant Zest elements should change to use these tokens instead of the current mechanisms

@psiinon psiinon closed this as completed Aug 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant