Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RFC8132 (FETCH/PATCH) methods and errors #13

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

chrysn
Copy link
Contributor

@chrysn chrysn commented Aug 11, 2021

Especially FETCH is crucial for OSCORE; the rest was added for completion (including Hop Limit Reached introduced in RFC8768).

(By the way, if you'd like to automate the process somewhat more, I'm keeping an up-to-date list in the coap-numbers crate. With some macro magic, or additional data if anything is needed there, it should be well possible to avoid manual processes in more than one place).

@martindisch martindisch merged commit ce7654f into martindisch:master Aug 11, 2021
@martindisch
Copy link
Owner

Good stuff. Whether I'd want to pull in coap-numbers depends on how frequently there are new additions to CoAP, but as long as there's not too much going on I'm fine with how it is currently. If it gets too annoying or you think it would massively facilitate integration with other parts of your ecosystem, I'll gladly consider it. Thanks again!

@chrysn chrysn deleted the fetch branch September 26, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants