Module rss_filter_app

Module handling the RSS filter application and acting as a Cowboy HTTP handler.

Behaviours: application, cowboy_handler.

Description

Module handling the RSS filter application and acting as a Cowboy HTTP handler. It reads an RSS configuration, processes incoming HTTP requests, and filters RSS feeds based on the request body.

Function Index

init/2
start/2
stop/1
terminate/3

Function Details

init/2

init(Req0, State) -> any()

start/2

start(StartType, StartArgs) -> any()

stop/1

stop(State) -> any()

terminate/3

terminate(Reason, Req, State) -> any()


Generated by EDoc