mirror of
https://github.com/nushell/nushell.git
synced 2024-12-02 05:13:56 +01:00
7 lines
61 B
Rust
7 lines
61 B
Rust
|
mod delete;
|
||
|
mod get;
|
||
|
mod head;
|
||
|
mod patch;
|
||
|
mod post;
|
||
|
mod put;
|