class Blogging::ArticleFavoriteHandler

Included Modules

Defined in:

apps/blogging/handlers/article_favorite_handler.cr

Instance Method Summary

Instance Method Detail

def post #
Description copied from class Marten::Handlers::Base

Handles a POST HTTP request and returns a Marten::HTTP::Response object.

The default implementation will return a 405 (not allowed) response.


[View source]