8 lines
74 B
Rust
8 lines
74 B
Rust
mod delete;
|
|
mod get;
|
|
mod head;
|
|
mod options;
|
|
mod patch;
|
|
mod post;
|
|
mod put;
|