macro_rules! rumtk_web_post_process_html {
( $html:expr ) => { ... };
( $html:expr, $redirect_url:expr ) => { ... };
}macro_rules! rumtk_web_post_process_html {
( $html:expr ) => { ... };
( $html:expr, $redirect_url:expr ) => { ... };
}