Commit 08422e6
authored
Fix text plain decoding (#824)
* test if the request with "text/plain" content type is parsed correctly
* add information on what Content-Type has to be used
this is only a cosmetic change
* use a CustomRequestDecoder to handle properly the misbehaving requests of the Web Editor
The requests sent uses `text/plain` Content-Type when they should be using `application/json`
This commit restores the old behavior, using always a json Decoder1 parent b1ece84 commit 08422e6
File tree
5 files changed
+58
-4
lines changed- design
- gen/http
- v2
5 files changed
+58
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
0 commit comments