Skip to content

Commit

Permalink
docs: mention support for RFC 8132 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Sep 4, 2022
1 parent d091444 commit a90fbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The CoAP library is an implementation in Dart providing a CoAP client, the code
* CoAP over UDP [RFC 7252](https://tools.ietf.org/html/rfc7252)
* Observe resources [RFC 7641](https://tools.ietf.org/html/rfc7641)
* Block-wise transfers [RFC 7959](https://tools.ietf.org/html/rfc7959)
* FETCH, PATCH, and iPATCH methods [RFC 8132](https://www.rfc-editor.org/rfc/rfc8132.html)
* Multicast over UDP (not DTLS)
* **Experimental**: CoAP over DTLS (using FFI)
* [dtls](https://pub.dev/packages/dtls) for OpenSSL
Expand Down

0 comments on commit a90fbae

Please sign in to comment.