We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
patch
1 parent 8564d4b commit e1f76fdCopy full SHA for e1f76fd
lib/src/aif.dart
@@ -59,9 +59,8 @@ enum AifRestMethod with CborSerializableEnum {
59
/// Not available for HTTP.
60
fetch(1 << 4),
61
62
- /// PATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3).
63
- ///
64
- /// Not available for HTTP.
+ /// PATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3),
+ /// and [RFC 5789, section 2 (HTTP)](https://datatracker.ietf.org/doc/html/rfc5789#section-2).
65
patch(1 << 5),
66
67
/// iPATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3).
0 commit comments