nu_plugin_post 0.19.0

An HTTP post plugin for Nushell
Documentation
1
2
3
4
mod nu;
mod post;

pub use post::Post;