mirror of
https://github.com/nushell/nushell
synced 2025-01-02 16:29:00 +00:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
mod delete;
|
||
|
mod get;
|
||
|
mod head;
|
||
|
mod patch;
|
||
|
mod post;
|
||
|
mod put;
|