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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
com.google.common.net.HttpHeaders
Please add a constant for Alt-Svc.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Alt-Svc
response.setHeader(HttpHeaders.ALT_SVC, "h3-25=\":443\"; ma=3600, h2=\":443\"; ma=3600");
no constant
constant for "Alt-Svc" exists
HTTP/3 endpoint advertisement in Java-based API gateway.
I agree to follow the code of conduct.
I have read and understood the contribution guidelines.
I have read and understood Guava's philosophy, and I strongly believe that this proposal aligns with it.
The text was updated successfully, but these errors were encountered:
Fixed via 503ba42
Sorry, something went wrong.
kluever
No branches or pull requests
API(s)
How do you want it to be improved?
Please add a constant for Alt-Svc.
Why do we need it to be improved?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Alt-Svc
Example
Current Behavior
no constant
Desired Behavior
constant for "Alt-Svc" exists
Concrete Use Cases
HTTP/3 endpoint advertisement in Java-based API gateway.
Checklist
I agree to follow the code of conduct.
I have read and understood the contribution guidelines.
I have read and understood Guava's philosophy, and I strongly believe that this proposal aligns with it.
The text was updated successfully, but these errors were encountered: