Commit 0a9d87f
feat: allow PATCH in http_request for non-replicated calls
Mirrors dfinity/portal#6199 (PUT/DELETE). PATCH is a mutation, so like PUT/DELETE it is
restricted to non-replicated mode (a replicated outcall is sent once per
replica; PATCH is not guaranteed idempotent per RFC 5789). Requested in dfinity/portal#6244.
Migrated from dfinity/portal#6245.
NOTE: The changelog entry uses 0.63.0 because developer-docs already has a
0.62.0 entry with different content. The correct version number needs
human confirmation before this PR is merged.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6704e80 commit 0a9d87f
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments