index/src/Http/Routing/HttpMiddleware.php

12 lines
234 B
PHP

<?php
// HttpMiddleware.php
// Created: 2024-03-28
// Updated: 2024-03-28
namespace Index\Http\Routing;
/**
* Provides an attribute for marking methods in a class as middleware.
*/
class HttpMiddleware extends HandlerAttribute {}