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

application-defined handlers don't make sense #13

Open
marten-seemann opened this issue May 6, 2024 · 1 comment
Open

application-defined handlers don't make sense #13

marten-seemann opened this issue May 6, 2024 · 1 comment
Labels

Comments

@marten-seemann
Copy link
Member

The URL should is already encoded in the URI template. Unfortunately, it doesn't seem like the URI template library allows us to extract it though, so we might need to jump through some hoops to obtain it.

@marten-seemann
Copy link
Member Author

On the other hand, we want to give the application a lot of control of the processing of the HTTP request: it should be possible to use HTTP headers, for example for (basic / unprompted / bespoke) authentication.

Maybe we just need to document that it doesn't make sense to configure an URI template with path1, and add it on an HTTP handler for path2?

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

No branches or pull requests

1 participant