Implement GET for UDP
quietlychris opened this issue · comments
chris m commented
chris m commented
Initial implementation available on dev
branch, although docs, tests, and benchmarks need to be updated to support this.
This has also involved some refactoring of the send_msg
and await_response
structures in UDP that can probably be addressed better in TCP/QUIC implementations as well by moving them out of the respective mod.rs
files.