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

Allow custom HTTP headers? #223

Open
joto opened this issue Nov 6, 2024 · 0 comments
Open

Allow custom HTTP headers? #223

joto opened this issue Nov 6, 2024 · 0 comments

Comments

@joto
Copy link
Contributor

joto commented Nov 6, 2024

Sometimes I which I could transport some out-of-band data in the HTTP headers, such as some kind of "last changed" timestamp that I get from the database in some way. Currently functions return only a blob with the contents of the vector tile. What if they could alternatively return a ROW or something like that where extra columns are turned into HTTP headers?

In some cases this is not needed, you'll probably have an nginx or so in front anyway that can add headers. But if the data is coming from the database the reverse proxy will not have access to that.

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