I have the following link and want to issue a POST
method instead of default GET
method.
<li><a href="/logout">logout</a></li>
I know connect
has a methodOverride
middleware to handle form submission methods but it doesn't help with normal link href.
How could I achieve that?