Commit 69ac648
docs(extending): note the encoded signing-path requirement in integration examples
The custom-backend and custom-resolver "Wiring Into the Gateway" snippets
build `RequestInfo::new(..., None)` for a custom runtime — the no-signing-path
form that assumes `path` is the raw encoded wire path. A custom runtime that
decodes the path for routing would hit SignatureDoesNotMatch on keys with
escaped characters. Call out that `path` must be percent-encoded, or the
encoded path must be passed via `with_signing_path`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 189c679 commit 69ac648
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments