2025-06-27 02:33:44 +01:00

8 lines
74 B
Rust

mod delete;
mod get;
mod head;
mod options;
mod patch;
mod post;
mod put;