Recent Posts

Flask - before request

less than 1 minute read

The @before_request decorator from Flask register the decorated function to be executed right before the view function. This is extremely useful because now ...