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

support request generator specification #2

Closed
petri opened this issue Feb 19, 2017 · 1 comment
Closed

support request generator specification #2

petri opened this issue Feb 19, 2017 · 1 comment
Assignees

Comments

@petri
Copy link
Member

petri commented Feb 19, 2017

Make it possible to specify a request generator thus:

<opname>:
  request:
    generator: pkg.module:generatorcallable 

Provide support for importing and returning the callable, optionally running it destructively (the callable produces the request on its own) or constructively (the callable only amends the request).

It's the job of the application to hook the generator into the http client, for example.

@petri
Copy link
Member Author

petri commented Feb 20, 2017

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant