Rust-Volume-Server: drop JSONP parity row

Chris Lu
2026-05-25 23:47:04 -07:00
parent 72a4bb705f
commit 63dcc91f85
-1
@@ -134,7 +134,6 @@ The `redb` backend is Rust-only. It provides crash-safe disk-backed needle maps
| Chunk manifest MIME | Uses stored MIME, skips extension override | Identical | |
| Method routing | GET/HEAD→read, POST/PUT→write, DELETE→delete, else→400 | Identical | |
| Pretty JSON | `json.MarshalIndent` with 2-space indent | Identical | |
| JSONP | Wraps response in `callback(...);\n` | Identical | |
### gRPC Behavior