Skip to main content

post

Macro post 

Source
macro_rules! post {
    ($path:literal, $handler:expr $(, $($extra:tt)*)?) => { ... };
}