googleapis / googleapis/google-cloud-rust
Fix `x-goog-request-params` implicit routing header
Open
priority: p2
type: bug
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
x-goog-request-params should be '&'-separated and skip empty strings.
We currently include empty strings and start with an initial `&`, instead of just joining on it.
Contributor guide
Assessment
This issue has not been assessed yet.