We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a remote https://api server that I do not control.
https://api
I would like to use bloom to cache the responses from the remote server:
curl -H "Bloom-Request-Shard: 0;" -H "Bloom-Request-Ignore: 1;" http://bloom-host:8080/my-url
In this case I am:
Request-Ignore
I have a few remote API servers, so an example of how to configure multiple hosts/shards would be useful.
NOTE: I am currently able to use bloom with http to accomplish this task, with the exception of controlling the ignore cache from the client.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a remote
https://api
server that I do not control.I would like to use bloom to cache the responses from the remote server:
curl -H "Bloom-Request-Shard: 0;" -H "Bloom-Request-Ignore: 1;" http://bloom-host:8080/my-url
In this case I am:
Request-Ignore
to disable cache on the requestI have a few remote API servers, so an example of how to configure multiple hosts/shards would be useful.
NOTE: I am currently able to use bloom with http to accomplish this task, with the exception of controlling the ignore cache from the client.
The text was updated successfully, but these errors were encountered: