Commit ba3404b
committed
[kotlin][client] keep body on DELETE requests
Allow request body on DELETE in kotlin-client multiplatform and
jvm-ktor templates. RFC 9110 permits DELETE bodies; some APIs require
them (e.g. bulk-delete payloads). Mirrors the existing PUT/POST/PATCH
handling.1 parent c22c0f5 commit ba3404b
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- modules/openapi-generator/src/main/resources/kotlin-client/libraries
- jvm-ktor/infrastructure
- multiplatform/infrastructure
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments