Skip to content

Commit

Permalink
Remove note about PSR-15
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 30, 2023
1 parent aeacf9c commit 41abe37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ An example for such a delegating `RequestHandler` is the [`Router`](https://gith
The `RequestHandler` interface is meant to be implemented by custom classes.
For very simple use cases or quick mocking, you can use `CallableRequestHandler`, which can wrap any `callable` and accepting a `Request` and returning a `Response`.

> **Note**
> The naming of `RequestHandler` and `Middleware` is chosen based on [PSR-15](https://www.php-fig.org/psr/psr-15/), but the API is adjusted and expanded to meet the requirements of asynchronous PHP.
### Middleware

Middleware allows pre-processing of requests and post-processing of responses.
Expand Down

0 comments on commit 41abe37

Please sign in to comment.