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

Encode some values in the URL? #1

Open
rogeralsing opened this issue Dec 24, 2021 · 0 comments
Open

Encode some values in the URL? #1

rogeralsing opened this issue Dec 24, 2021 · 0 comments

Comments

@rogeralsing
Copy link
Contributor

rogeralsing commented Dec 24, 2021

Instead of passing a header for what endpoint to call and when to call it.
Maybe this could be done via the URL to Call-me-later itself.
e.g.

/later/10m/https/github.com/some/path?somearg=123&someotherarg=55

Where github.com/some/path?somearg=123&someotherarg=55 becomes the URL to call
and timeout and protocol are also extracted from the path. e.g 10mand https

This would make it super easy to replace any existing request in some codebase, with a delayed request.
just modify the URL and it works

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